Commit Graph

5268 Commits

Author SHA1 Message Date
Alex Ross
a2b259cfa6 Improve documentation for visible
Fixes #104065
2020-08-05 16:31:53 +02:00
Alex Ross
32c0c315ae Add default value to visibility
Part of #104062
2020-08-05 16:26:24 +02:00
João Moreno
2fa8c7c6dd fixes #103944 2020-08-05 11:23:35 +02:00
rebornix
2d3d5208de re #102503. send out save event after notebook content provider handles saving. 2020-08-03 15:12:25 -07:00
rebornix
ccb2e9621f re #102503. onDidSaveNotebookDocument 2020-08-03 15:12:25 -07:00
rebornix
83e542bd07 notebook document, is untitled. 2020-08-03 14:58:08 -07:00
Rob Lourens
635b397e2d let -> const, notebooks 2020-08-03 08:54:14 -07:00
João Moreno
e8f2b6d6ae fix error msg 2020-08-03 16:36:11 +02:00
Alex Dima
f43a17578c Wrap web worker extension host in an iframe to get a different origin 2020-08-03 14:53:44 +02:00
Rob Lourens
eb05e94d5e Send cell metadata changes to EH, add onDidChangeCellMetadata event 2020-08-01 10:25:12 -07:00
Connor Peet
5b5bb81e2c fix: inherit the compound root for all children of debug sessions
Fixes https://github.com/microsoft/vscode/issues/103705
2020-07-31 12:31:44 -07:00
João Moreno
7472ee814e fix submenu json schema 2020-07-31 16:06:25 +02:00
Rob Lourens
057c1f141e Fix cell cancellation with kernel in provider 2020-07-30 18:02:38 -07:00
Daniel Imms
1228a1a116 Support cancellationToken in provideTerminalLinks
Fixes #101451
2020-07-29 06:59:40 -07:00
Rachel Macfarlane
c5ae1f3f45 Fix auth provider extension activation on getSession 2020-07-28 19:10:51 -07:00
Matt Bierner
3bb6bc5bcd Add basic support for saving untitled custom editors 2020-07-28 15:50:10 -07:00
Rachel Macfarlane
bb9c167ef2 Fix authentication sessions change event type 2020-07-28 11:30:19 -07:00
Daniel Imms
4c145dbb40 Expose Terminal.hideFromUser on all ext hosts
Fixes #103288
2020-07-27 12:11:10 -07:00
Daniel Imms
e8c3ff351b Log ext host terminal process requests 2020-07-24 06:46:25 -07:00
Sandeep Somavarapu
8ef53a3f08 #103238 Initialize as soon as one of the account providers is available 2020-07-24 12:13:12 +02:00
Alex Dima
a7b1e06283 Add support for web worker extensions to define their entry point via "browser" 2020-07-24 10:41:04 +02:00
Rachel Macfarlane
e8343b0bcd Update VSO check for auth 2020-07-23 09:54:09 -07:00
João Moreno
187e9ddf5e Merge branch 'master' into joao/submenus 2020-07-23 16:46:41 +02:00
João Moreno
42d6c1ff79 fix submenu json schema, add proposed disclaimers 2020-07-23 16:37:41 +02:00
João Moreno
c3cef6f8ee make menusExtensionPoint.ts easier to edit 2020-07-23 16:21:07 +02:00
João Moreno
28d97ae6f0 update menu extension point schema for submenus 2020-07-23 15:44:09 +02:00
João Moreno
10a07273dd redundant code 2020-07-23 15:39:12 +02:00
Alex Ross
76b7d04718 Change how supported task executions are set
Fixes #103039
2020-07-23 11:19:37 +02:00
João Moreno
84880498db wip: submenu icons 2020-07-23 10:46:32 +02:00
Alex Ross
9c4ebe2286 Fix escape from command variable in remote tasks
Fixes #102931
2020-07-23 10:31:49 +02:00
Alex Dima
a5d3d4fae6 Fixes #102062: Wait for the renderer socket to drain before exiting the extension host process when running tests 2020-07-22 22:52:39 +02:00
João Moreno
0528d12e52 submenus always support submenus 2020-07-22 14:20:59 +02:00
Alex Dima
f7cd31c798 Fixes #93127: Handle case where a model change event listener causes another code editor event 2020-07-22 11:45:47 +02:00
Alex Dima
25e0059347 Fixes #103027: Add a marker to the sourceURL of web extensions 2020-07-22 11:09:06 +02:00
Andre Weinand
b572b43606 remove not used proposed API; see #101883 2020-07-22 09:44:03 +02:00
João Moreno
d3cd7bc57d Merge branch 'master' into joao/submenus 2020-07-22 09:24:46 +02:00
Sandeep Somavarapu
973f12a4bf contribute configuraiton defaults through workbench web api 2020-07-21 17:42:38 +02:00
João Moreno
18e9e7f32d Merge remote-tracking branch 'origin/master' into joao/submenus 2020-07-21 14:39:02 +02:00
Benjamin Pasero
6c79b090ee 💄 dangling comment 2020-07-21 08:23:38 +02:00
rebornix
d586f701ec kernel provider settings. 2020-07-20 17:17:50 -07:00
Rob Lourens
90363c2f9d Change cell execution/cancel API
Fix #99203
2020-07-20 14:43:20 -07:00
Rachel Macfarlane
357fe6956c Ensure account preference set after login flow completes 2020-07-20 14:23:14 -07:00
Rachel Macfarlane
cd5b4a7c80 Emit activation event for auth providers when getSession is called 2020-07-20 14:23:14 -07:00
Peng Lyu
a79a6e6492 Merge pull request #102845 from rebornix/rebornix/shared-notebook-models
shared notebook models
2020-07-20 10:28:18 -07:00
Alex Ross
2d7ae4a7d9 Change where task execution context is set 2020-07-20 13:11:56 +02:00
rebornix
6c5037f425 handle notebook text model creation in notebook service 2020-07-17 19:18:59 -07:00
rebornix
7704b6936e make mainthreadnotebook controller object literal 2020-07-17 19:04:12 -07:00
rebornix
80eee2dc94 mainthreadnotebook does not talk to mainthreadnotebook controller 2020-07-17 18:41:02 -07:00
rebornix
27c96b7a55 slim main thread notebook document 2020-07-17 17:20:40 -07:00
rebornix
2392bf40af model changes are always sent to ext host. 2020-07-17 17:16:10 -07:00