Commit graph

66178 commits

Author SHA1 Message Date
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
Alex Dima
81e71a4a10
Rename ViewOutgoingEvents to ViewUserInputEvents 2020-05-25 12:10:37 +02:00
Alex Dima
a8fe75f063
Emit cursor state change events through view model 2020-05-25 12:10:37 +02:00
Alex Dima
4ba9ad5d6c
Emit view zones changed through view model 2020-05-25 12:10:37 +02:00
Alex Dima
5a1565cefe
Move scroll event emitting through view model (fixes #97447) 2020-05-25 12:10:37 +02:00
Alex Dima
1620c36f11
Emit the content size changed event through the view model 2020-05-25 12:10:37 +02:00
Alex Dima
6ff4290a19
Add ViewModelEventDispatcher 2020-05-25 12:10:36 +02:00
Sandeep Somavarapu
a1ed386162 add telemetry 2020-05-22 23:27:07 +02:00
Sandeep Somavarapu
2591ede95a #98389 ignore error 2020-05-22 22:39:02 +02:00
Sandeep Somavarapu
f08d0225e0 #98389 recover settings 2020-05-22 22:31:58 +02:00
Paul
e4438f3d9b
Fix spelling in snippets.contribution.ts
powershell snippet json template contained a spelling mistake which has been fixed.
2020-05-22 20:50:11 +01:00
Sandeep Somavarapu
f887d51fa8 #98389 Revert setting machineId 2020-05-22 20:49:37 +02:00
Sandeep Somavarapu
d9f49fabd4 #98389 fix tests 2020-05-22 20:07:18 +02:00
Sandeep Somavarapu
79626343cc Fix #98389 bump sync version and throw error if sync data cannot be parsed 2020-05-22 19:51:04 +02:00
Sandeep Somavarapu
424b732327 bump sync version 2020-05-22 19:24:59 +02:00
Rob Lourens
3e2c52ca28 Fix #98043
Focus notebook find widget when it's shown
2020-05-21 22:07:23 -05:00
Rob Lourens
f5d10326f5 Move hasExecutionOrder to cell level 2020-05-21 21:30:53 -05:00
Sandeep Somavarapu
fe06af8951 refactor extensions management
- move extensions scanning
2020-05-22 03:32:32 +02:00
Rob Lourens
674b549669 Eliminate duplicate runstate, simplify context keys in cellRenderer 2020-05-21 15:45:40 -05:00
Sandeep Somavarapu
99ff35b0ad report error telemetry at one place 2020-05-21 22:41:51 +02:00
Sandeep Somavarapu
6c85f9d96a remove unnecessary casting 2020-05-21 22:37:21 +02:00
Rob Lourens
785ded34c6 Change keybinding to focus in/out of output, since ctrl+arrow is taken by default on mac 2020-05-21 12:59:36 -05:00
Rob Lourens
fd3cebb095 More ways to render markdown cells - when cell/notebook is executed, and new action to force it 2020-05-21 11:44:46 -05:00
Rob Lourens
42ec2477c6 Bump node-debug2 2020-05-21 11:23:07 -05:00
Rob Lourens
b877c4d411 Fix notebooks and notebook smoketest in web 2020-05-21 08:56:22 -05:00
Sandeep Somavarapu
fbb367917c fix #98136 2020-05-21 02:02:01 +02:00