Commit graph

81457 commits

Author SHA1 Message Date
meganrogge 0b1926db8a
update distro 2021-05-05 14:21:45 -07:00
meganrogge ab5eff8589
use square not curly brackets 2021-05-05 14:19:47 -07:00
Raymond Zhao ad576d73db
Revert "Update spdlog, affects #121513"
This reverts commit 2d2de1920b.
2021-05-05 14:12:04 -07:00
Miguel Solorio d09e71dc22
Update Codicons: fix refresh icon
54745ba985
2021-05-05 14:03:04 -07:00
Cody Beyer 90a7d2bcbb
removed duplicates from the python tags (#122952) 2021-05-05 13:58:37 -07:00
meganrogge 42db18b5db
update terminalService 2021-05-05 13:55:19 -07:00
meganrogge 58bcb64180
update distro 2021-05-05 13:53:58 -07:00
Raymond Zhao 2d2de1920b
Update spdlog, affects #121513 2021-05-05 13:49:25 -07:00
Megan Rogge 9ff7c93a9b
Persist terminal tab icons and titles on window reload (#123010) 2021-05-05 20:03:54 +00:00
Logan Ramos 9864cf242b
Fix #122362 2021-05-05 15:36:49 -04:00
Matt Bierner 2cf38034a3
Pick up new TS nightly 2021-05-05 10:57:19 -07:00
Logan Ramos b872f0323b
Fixed picker label logic 2021-05-05 13:22:40 -04:00
Rob Lourens b7f72eeb18 Fix execution duration left over after clearing output 2021-05-05 10:20:28 -07:00
Eric Amodio b95b73b7b0 Bumps RemoteHub version 2021-05-05 12:42:38 -04:00
Rob Lourens 3759ecf924 Only run upload-vscode-configuration when publishing 2021-05-05 09:24:28 -07:00
Matt Bierner 9be6a2476e
Combine build ext and build ext media tasks
Previously I split these up since I wasn't sure if we wanted finer grained control over them. Sounds like having them combined is more convenient
2021-05-05 08:39:58 -07:00
Alex Ross e8c4f47224
Allow multiselect and multidelete in ports view
Fixes #121780
2021-05-05 15:41:19 +02:00
isidor 04a3fb2d17
Improve creation of launch.json JSON scheme
fixes #120711
2021-05-05 15:37:35 +02:00
Alex Ross dbb9eb455e
Make port auto forwarding more sequential 2021-05-05 14:46:19 +02:00
João Moreno a8a71273d9
more 💄 2021-05-05 14:28:24 +02:00
João Moreno 196c2bdac2
💄 2021-05-05 14:23:19 +02:00
João Moreno c55873ce16
remove stickys 2021-05-05 14:19:56 +02:00
Benjamin Pasero e71b3379ff
file input - lift some code up that is only specific to files 2021-05-05 12:09:48 +02:00
Benjamin Pasero b023cacd25
push a workaround for #122990 2021-05-05 11:20:24 +02:00
Benjamin Pasero 5f697ad80d
hot exit - turn progress on shutdown to a modal dialog (#122774) 2021-05-05 10:36:06 +02:00
Benjamin Pasero 8b2f0222be
Make state service async (#122977)
* state service - make it electron-main only

* state service - make writes async

* some cleanup

* more cleanup and removal of sync fs
2021-05-05 09:30:12 +02:00
meganrogge 9ddbdf449b
get context menu to work for selected tab 2021-05-04 19:29:18 -07:00
Rob Lourens cdf318e1e2 Remove usages of deprecated assert methods.
Have to deal with null proto objects vs normal proto objects
#118667
2021-05-04 17:23:32 -07:00
Rob Lourens 95119a7c95 Don't trust some notebook output types in an untrusted workspace
Fix #118584
2021-05-04 17:23:32 -07:00
SteVen Batten 58adf722d1 trust the workspace file directly 2021-05-04 17:04:43 -07:00
Jackson Kearl ebe08a2e52
Fix #122277 - Trusted domains getRemotes call errors in virtual folder 2021-05-04 15:56:58 -07:00
Megan Rogge 6902f8bfaf
Select the active terminal - not the focused one and allow right clicking to apply context menu (#122958) 2021-05-04 22:43:50 +00:00
Jackson Kearl 6d8142e1ee
Dont override parent's instantiation service, use our own scoped one when creating query editor widget
Closes #120699
2021-05-04 15:34:31 -07:00
Jackson Kearl 48541b605f
Revert "Fix #120699"
This reverts commit faed865e2f.
2021-05-04 15:34:30 -07:00
Jackson Kearl ede88300ee
Revert "fix search editor (#120699)"
This reverts commit 1df6bc6573.
2021-05-04 15:34:30 -07:00
rebornix d631beda22
Merge branch 'notebook/dev' into main 2021-05-04 15:31:11 -07:00
rebornix ff1ba308e9
respect vscode open cell text document with selection. 2021-05-04 15:30:43 -07:00
Rob Lourens c22fad1fa4 Fix php autoindent with ])
Fix #122899
2021-05-04 15:06:52 -07:00
Harald Kirschner 5a41e931ea Remove unnecessary character from ces survey url 2021-05-04 13:37:56 -07:00
Matt Bierner 7a728f2bca
Make sure we actually update the local resource roots
For #122894

Not sure why this was a no-op but it seems to prevent the webview from correctly loading preloads
2021-05-04 13:35:40 -07:00
Daniel Imms c9d63cee5e
Merge pull request #116621 from shskwmt/fix/116335
Fixes #116335: Send a file path text to the dropped terminal area
2021-05-04 12:57:48 -07:00
Logan Ramos 656e1e6086
More deprecated assertion cleanup 2021-05-04 15:55:26 -04:00
Logan Ramos af69dc26ca
notEqual -> notStrictEqual 2021-05-04 15:55:25 -04:00
Tyler James Leonhardt 358b28f393
QuickPick now fires the onDidChangeValue when setting value manually (#122948)
* QuickPick doesn't fire the `onDidChangeValue` when setting value manually
Fixes #122939

* fire event after update
2021-05-04 12:49:16 -07:00
Connor Peet d639345791
notebooks: improve renderer message passing
Fixes https://github.com/microsoft/vscode/issues/122944
2021-05-04 12:35:06 -07:00
Logan Ramos 025fcaf611
remove old asserts from git tests 2021-05-04 15:32:21 -04:00
Logan Ramos 775ef54707
Remove assert.equal from custom editor tests 2021-05-04 15:09:54 -04:00
Daniel Imms aa255d73ae Simplify condition 2021-05-04 12:07:11 -07:00
Jean Kayitare 2b81396e0a
109216 Sanitize Process Environment before spawning terminal instance 2021-05-04 12:07:05 -07:00
Daniel Imms 2a42ce696d Remove textarea listener, element is enough 2021-05-04 12:05:50 -07:00