Commit Graph

1044 Commits

Author SHA1 Message Date
Alex Ross
fb36c0ddc3 Adopt hover service in custom tree view
Part of #100741
2020-06-22 11:09:44 +02:00
Daniel Imms
a560acd1bd Remove test link provider 2020-06-21 18:01:33 -07:00
Daniel Imms
cb5ddcf44f Resolve todos, move process creation after xterm
Having _processManager.createProcess called before _createXterm was causing
some event listeners like onProcessReady to fire before they were registered
within _createXterm.
2020-06-21 08:12:13 -07:00
Daniel Imms
34b20f9609 Merge branch 'master' into tyriar/link_providers 2020-06-21 07:36:20 -07:00
Benjamin Pasero
b385fa7ceb editors - improve language 2020-06-19 14:53:55 +02:00
Daniel Imms
395b228387 Merge remote-tracking branch 'origin/master' into tyriar/link_providers 2020-06-19 05:26:26 -07:00
Benjamin Pasero
801ab0e2da editors - move open with to editor (fix #100057) (#100466) 2020-06-19 14:05:48 +02:00
Daniel Imms
a0558707ec Handle link on exthost 2020-06-18 05:15:04 -07:00
Alex Dima
39e3340d04 Push not-null assertion further down to usage 2020-06-18 13:18:47 +02:00
rebornix
6c68514534 Fix #100329. Content providers can contribute to undo/redo stack of a notebook document. 2020-06-17 17:08:09 -07:00
Daniel Imms
2dbf1703b8 Get link providers passing all the way through to the renderer 2020-06-17 12:10:03 -07:00
Alex Ross
1abf21d3d8 Explicitly set task execution way before running task
Part of #100361
2020-06-17 13:39:02 +02:00
Alex Ross
d128b7c139 Resolve executeTask with execution earlier
Part of #100361
2020-06-17 11:15:58 +02:00
rebornix
ca7f2683fd resolve notebook editor with comm object. 2020-06-16 17:21:11 -07:00
rebornix
8ad77ef2b6 mimetype and remove revert. 2020-06-16 14:55:20 -07:00
Daniel Imms
54b6e8fa41 Merge pull request #100011 from microsoft/tyriar/term_errors
Refactor terminal launch, improve error handling and add troubleshoot link to notification
2020-06-15 09:33:41 -07:00
isidor
5b703aff8e fixes #100157 2020-06-15 15:58:02 +02:00
Daniel Imms
5053f27c39 Merge branch 'master' into tyriar/term_errors 2020-06-14 06:56:51 -07:00
rebornix
98c3065160 Fix #96840. Support backup/revert from notebook content provider. 2020-06-12 18:00:15 -07:00
Rachel Macfarlane
faac1ffe01 Add codespaces extension to VSO_ALLOWED_EXTENSIONS list 2020-06-12 13:01:07 -07:00
Daniel Imms
3581908cce Merge branch 'master' into tyriar/term_errors 2020-06-12 12:49:56 -07:00
Rachel Macfarlane
3718e630d1 Use submenu instead of quickpick for showing account commands, fixes #99901 2020-06-12 11:51:14 -07:00
Daniel Imms
d8a2d483da Remove unneeded async 2020-06-12 11:15:55 -07:00
Daniel Imms
1dd4c04384 Fix launching in ext host/pty terminals 2020-06-12 11:05:45 -07:00
isidor
cc06e19b15 Introduce DebugSessionOptions.noDebug
#99743
2020-06-12 17:33:00 +02:00
Johannes Rieken
28cb90be8c chore - ES6, use for-of instead of forEach 2020-06-12 16:20:23 +02:00
Alex Dima
1927f9b6e0 Add getters for connection data & events for changes 2020-06-12 13:57:12 +02:00
Johannes Rieken
b662583062 chore - more ES6 iteration 2020-06-12 13:55:31 +02:00
Matt Bierner
5f3e2078a3 Add more explict message queue for webviews while they are loading 2020-06-11 20:05:33 -07:00
Rob Lourens
34573b3d1a Removes usages of deprecated values helper
#99664
2020-06-10 11:55:58 -05:00
SteVen Batten
c21521acf7 add missing icons for comments and ref prev 2020-06-09 09:15:22 -07:00
rebornix
af949eff9d ignore empty notebook events. 2020-06-08 15:09:11 -07:00
Johannes Rieken
72d14ad2fb refactor suggest land to read clipboard async and only when needed, https://github.com/microsoft/vscode/issues/98497 2020-06-08 14:22:15 +02:00
Benjamin Pasero
20107ba262 Revisit duplication of ignoreOverrides and overrideId between inputs and options (fix #99123) 2020-06-08 12:36:22 +02:00
Johannes Rieken
48a2d3e863 if needed , read clipboard inside MainThreadEditors#insertText, https://github.com/microsoft/vscode/issues/98497 2020-06-08 12:03:01 +02:00
rebornix
31101e83ff no layout after list view being disposed. 2020-06-05 14:53:33 -07:00
Matt Bierner
5f5089a60b Don't log errors when a pending backup is cancelled
Fixes #91680

This is expected to happen if a new backup comes in while another one is still going on
2020-06-04 15:29:40 -07:00
rebornix
11848b40d3 re #99240. 2020-06-04 14:46:37 -07:00
rebornix
adae0e5b4e Fix #98841. Open file should only emit document open event, no cells change event. 2020-06-02 15:13:32 -07:00
Matt Bierner
9d856be662 Add more logging for webview state parse failures
For #97503
2020-06-01 20:06:21 -07:00
rebornix
466d8724c8 140Merge remote-tracking branch 'origin/master' into rebornix/notebook-events 2020-06-01 08:46:12 -07:00
Benjamin Pasero
a131d1498a uri - adopt uri identity for main thread documents when reacting to 2020-06-01 10:46:05 +02:00
rebornix
0bf860564a Diffing editors/documents/visibleEditors/activeEditor. 2020-05-30 17:59:14 -07:00
rebornix
7fccb0d608 use updateState/compute instead of sending delta directly. 2020-05-30 17:57:48 -07:00
Matt Bierner
50f907f0ba Add more strict typing for webview options
We can only send URI components over from the extension host to the renderer process. Make sure the typings reflect that

Follow up on #98746
2020-05-30 11:03:18 -07:00
Johannes Rieken
b0d056202b Use canonical uri for openTextDocument api, #93368 2020-05-29 18:16:31 +02:00
Johannes Rieken
5721d63eb6 notebooks - wire up onDidChange event from notebook providers, fyi @rebornix, https://github.com/microsoft/vscode/issues/96403 2020-05-29 13:20:28 +02:00
Matt Bierner
9721b4ab5c Make sure custom editor working copy is initially considered dirty
For #96503
2020-05-28 22:58:20 -07:00
Matt Bierner
03cbe60992 Fix isReadonly being inverted for custom editors
For #96503

This should enable the revert command on windows
2020-05-28 22:18:18 -07:00
Matt Bierner
6cc7c45203 Make sure we keep around custom editor models while autosave is going on
For #96503
2020-05-28 21:53:18 -07:00