Commit graph

66203 commits

Author SHA1 Message Date
Miguel Solorio
eb781a2e0a Fix #98602 2020-05-26 11:25:22 -07:00
SteVen Batten
5372d9c962 fixes #98456 2020-05-26 10:29:16 -07:00
SteVen Batten
acb038266d fixes #98453
in case view pane is asked for title after deregistration
2020-05-26 10:15:50 -07:00
rebornix
56393440fb add error messages for notebook workflow integration tests. 2020-05-26 10:14:52 -07:00
Rob Lourens
3eb6c1704b Disable notebook smoketests in web 2020-05-26 12:12:34 -05:00
SteVen Batten
cc8c848416 fixes #98337 2020-05-26 09:57:03 -07:00
Johannes Rieken
19bab9afec clarify nls string, #98584 2020-05-26 18:15:44 +02:00
SteVen Batten
dd62fa471c refs #98576 2020-05-26 09:11:01 -07:00
isidor
5575473244 #98584 2020-05-26 18:07:47 +02:00
Sandeep Somavarapu
a87478c19e #98530 add commit 2020-05-26 17:51:31 +02:00
rebornix
b26e0bcf39 send out missing selection change event when moving cells. 2020-05-26 08:08:00 -07:00
Johannes Rieken
553a11c6c8 group bulk edit preview by document, https://github.com/microsoft/vscode/issues/97881 2020-05-26 16:59:19 +02:00
Sandeep Somavarapu
667142d6b9 Fix #98366 2020-05-26 16:50:59 +02:00
Daniel Imms
941f9c4d60 Add back original strings to terminal commands using Action2
Fixes #98311
2020-05-26 07:35:21 -07:00
Benjamin Pasero
a23d4daefa
Dangling text file models of deleted files hanging around in memory (#98154)
* Dangling text file models of deleted files hanging around in memory (fix #98057)

* address feedback
2020-05-26 16:29:12 +02:00
Johannes Rieken
63d6a654ec fix https://github.com/microsoft/vscode/issues/97731 2020-05-26 16:04:48 +02:00
Rob Lourens
8506a211ac Don't leak context key services 2020-05-26 08:57:12 -05:00
isidor
9a2062ff5d translation clarifications #98576 2020-05-26 15:56:57 +02:00
Ladislau Szomoru
d52ca79f0c Improve text match splitting 2020-05-26 15:56:22 +02:00
Daniel Imms
72550d1808 Add comments to automationShell localize calls
Part of #98576
2020-05-26 06:51:15 -07:00
Martin Aeschlimann
21d6116577 code-web: fix scss not available 2020-05-26 14:32:33 +02:00
Andre Weinand
07a56fd95d quote '$' properly; fixes #98471 2020-05-26 14:15:05 +02:00
Alex Ross
89e9395125 Don't make URI for task cwd when UNC
Fixes #93724
2020-05-26 13:51:14 +02:00
Johannes Rieken
9734b13877 Revert "Use canonical uri inside ITextModelService#createModelReference, https://github.com/microsoft/vscode/issues/93368"
This reverts commit 0d1d37012a.
2020-05-26 13:20:03 +02:00
Sandeep Somavarapu
452f06b478 Check all extensions 2020-05-26 12:27:03 +02:00
Martin Aeschlimann
bfc03a753c Cannot add folder to workspace. Fixes #97294 2020-05-26 12:17:03 +02:00
Jackson Kearl
fb80143165 Fix #98573 2020-05-26 02:58:28 -07:00
Johannes Rieken
0d1d37012a Use canonical uri inside ITextModelService#createModelReference, https://github.com/microsoft/vscode/issues/93368
fyi @bpasero
2020-05-26 11:46:47 +02:00
Alex Ross
d6354443f4 Hack to work around terminal firing exit before line data
Part of #92868
2020-05-26 11:31:46 +02:00
Benjamin Pasero
1ba6a15920 web - support --diff from command line 2020-05-26 11:00:50 +02:00
Benjamin Pasero
0155d41405 web - support to open a file on a line 2020-05-26 10:48:01 +02:00
Benjamin Pasero
54faf8ea41 debt - remove unused services 2020-05-26 10:07:50 +02:00
Johannes Rieken
66ef23d401
Merge pull request #98396 from DFineNormal/patch-1
Fix spelling in snippets.contribution.ts
2020-05-26 08:48:52 +02:00
rebornix
8687508aa6 avoid content override when updating local resource roots. 2020-05-25 18:35:31 -07:00
Sandeep Somavarapu
7e407b5472 Fix #98489 2020-05-25 19:39:59 +02:00
Alex Dima
112417a08c
Fix compilation issues 2020-05-25 17:46:24 +02:00
Alex Dima
7c045e7f07
Add more undo-redo tests 2020-05-25 17:46:24 +02:00
Alex Dima
7e0da930ca
Add tests for undo-redo 2020-05-25 17:46:24 +02:00
Sandeep Somavarapu
f2681249d7 handle error while starting sync 2020-05-25 17:39:05 +02:00
Sandeep Somavarapu
2a4cecf3f2 Fix #98530 2020-05-25 17:25:16 +02:00
Alex Ross
f579ad1f3c Remove duplicate task quoting for cmd
Fixes #95261
2020-05-25 16:15:49 +02:00
Alex Ross
1ccd9a767d Don't fetch all tasks when there's a default build task
Fixes #95507
2020-05-25 15:59:55 +02:00
Alex Ross
5ccb199a29 Remove location specifc color in remote explorer
Fixes #95705
2020-05-25 15:10:31 +02:00
Alex Ross
230a2293df Fix race condition in getting task execution
Fixes #96643
2020-05-25 14:33:19 +02:00
Sandeep Somavarapu
240d1b7312 Fix #98513 2020-05-25 14:02:21 +02:00
Alex Dima
1fd395773f
Have the view model receive configuration change events first 2020-05-25 12:10:38 +02:00
Alex Dima
8411186e38
💄 2020-05-25 12:10:38 +02:00
Alex Dima
3a26c32c53
Fix tests 2020-05-25 12:10:38 +02:00
Alex Dima
9cd365eef2
💄 Minor renames 2020-05-25 12:10:38 +02:00
Alex Dima
b4631d39c1
Emit ReadOnlyEditAttemptEvent through view model 2020-05-25 12:10:38 +02:00