Commit Graph

1317 Commits

Author SHA1 Message Date
Alex Dima
a7b1e06283 Add support for web worker extensions to define their entry point via "browser" 2020-07-24 10:41:04 +02: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 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
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
Alex Ross
2d7ae4a7d9 Change where task execution context is set 2020-07-20 13:11:56 +02:00
Rachel Macfarlane
a8ee28deb9 Copy providers array before freezing in extHostAuthentication 2020-07-17 15:38:45 -07:00
rebornix
49305f21a4 active kernel info on notebook editor. 2020-07-17 12:02:08 -07:00
rebornix
f475511726 kernel change event. 2020-07-17 12:02:08 -07:00
João Moreno
6584270727 add runtime submenu support validation 2020-07-17 15:34:12 +02:00
João Moreno
16ce08bfa6 fix nls 2020-07-17 15:33:35 +02:00
João Moreno
762bb9377f submenus api extension point 2020-07-17 15:16:40 +02:00
rebornix
847a98f34c Merge remote-tracking branch 'origin' into rebornix/multi-kernel 2020-07-16 17:26:00 -07:00
rebornix
beb6b4782f type convert glob 2020-07-16 16:50:37 -07:00
Rachel Macfarlane
a155fcf762 Address feedback on auth provider API 2020-07-16 16:03:17 -07:00
Johannes Rieken
80a3310946 add eol to IMainCellDto, no more attach/dettach text document but use the actual (sync'd) document or a fallback cell document 2020-07-16 12:55:39 +02:00
Johannes Rieken
6a9f98bc86 debt - migrate rename api command 2020-07-16 11:51:36 +02:00
Johannes Rieken
efa08a0c67 add uri to concat doc proposal 2020-07-16 11:01:16 +02:00
rebornix
05144a3d4e new kernel provider works side by side 2020-07-15 17:01:48 -07:00
rebornix
4fc84b3a11 sketch for notebook kernel 2020-07-15 16:18:17 -07:00
Daniel Imms
fe39b1c6de Revert "Convert TerminalLink.length to endIndex"
This reverts commit 48ce8ecce7.

Fixes #101455
2020-07-14 21:25:13 -07:00
Johannes Rieken
2d27d4d079 use NotSupportedError for symbols that require the ability to launch processes, https://github.com/microsoft/vscode/issues/101857 2020-07-14 11:32:28 +02:00
Daniel Imms
108d4dfbf4 Return '' from env.shell, remove env var collection overrides
Part of #101857
2020-07-13 06:37:04 -07:00
Daniel Imms
b8b7e72473 Move env var collection impl into common
Part of #101857
2020-07-13 06:26:35 -07:00
Alex Ross
aed6bd7e2a Move findExecutable to extension host
Part of #101073
2020-07-13 14:25:59 +02:00
Alex Ross
a9936ddd35 Improve isMarkdownString check 2020-07-13 14:16:02 +02:00
Johannes Rieken
732d68f8c0 env.appRoot is empty string when not having an application root, https://github.com/microsoft/vscode/issues/101857 2020-07-13 13:03:04 +02:00
Johannes Rieken
6545fb96ba re-use default NotImplementedError, make base type as implementing task service, https://github.com/microsoft/vscode/issues/101857
fyi @alexr00
2020-07-13 12:20:24 +02:00
Johannes Rieken
cbbd1d55a8 re-use default NotImplementedError, fyi @Tyriar, https://github.com/microsoft/vscode/issues/101857 2020-07-13 12:20:24 +02:00
Alex Ross
97bf8e14f5 Move isMarkdownString to extHostTypes MarkdownString 2020-07-13 11:52:17 +02:00
Alex Ross
622aa939d9 Allow unsupported types for tree tooltip
Fixes #102170
2020-07-13 11:15:17 +02:00
Rachel Macfarlane
40324ee577 Auth provider tweaks, change types of change events 2020-07-10 10:49:10 -07:00
Alex Ross
f577e411dd Remove some uses of deprecated items from es6.code-search 2020-07-10 16:15:44 +02:00
Eric Amodio
561f5b6d26 Remove eslint disable -- #101978 2020-07-09 22:47:42 -04:00
Johannes Rieken
8f19ff42af extract extHost.common.services and have node- and worker-services for specifics 2020-07-09 15:29:59 +02:00
Johannes Rieken
43184b2bed add storageUri and globalStorageUri to ExtensionContext, https://github.com/microsoft/vscode/issues/101857 2020-07-09 12:48:03 +02:00
Johannes Rieken
a8a4e3760b add workspaceStorageHome and use that in extHostStoragePaths, remove appSettingsHome, https://github.com/microsoft/vscode/issues/101857 2020-07-09 12:48:02 +02:00