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 |
|
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 |
|
Johannes Rieken
|
277b222584
|
add ExtensionContext#logUri, https://github.com/microsoft/vscode/issues/101857
|
2020-07-09 12:48:02 +02:00 |
|
Andre Weinand
|
673e35d278
|
new proposed API stopDebugging; see #101883
|
2020-07-09 10:49:22 +02:00 |
|
Andre Weinand
|
e308dd3b36
|
add DebugSession.terminate; see #101883
|
2020-07-08 18:29:01 +02:00 |
|
Alex Ross
|
fda4c35b27
|
Make open and save dialog options optional
Fixes #101426
|
2020-07-08 13:46:10 +02:00 |
|
Alex Ross
|
00ebd1d85f
|
Ensure tasks are resolved when run from extension host
Related to #101884
|
2020-07-08 10:17:13 +02:00 |
|
Johannes Rieken
|
f08ce02836
|
debt - remove unused userHome from extHost env, also some todos
|
2020-07-07 16:01:50 +02:00 |
|
Rachel Macfarlane
|
348e2b4c6e
|
displayName -> label, use providerIds in favor of getProviderIds, #100993
|
2020-07-06 18:23:12 -07:00 |
|
Alex Dima
|
3c77120d88
|
Fixes #75284: Run a real search when enabling/installing an extension with workspaceContains
|
2020-07-06 23:35:08 +02:00 |
|
Alex Dima
|
d432126ecf
|
Extract workspaceContains related logic to a separate file (#75284)
|
2020-07-06 23:15:52 +02:00 |
|
Rachel Macfarlane
|
ab7a5ec3ad
|
Address part of feedback for #100993
|
2020-07-06 08:51:24 -07:00 |
|
Martin Aeschlimann
|
8d4ec36ba6
|
JSON doc needs to escape icon reference Fixes #101512
|
2020-07-02 12:11:51 +02:00 |
|
Alex Ross
|
b086502c8d
|
Properly convert markdown for tree hovers
Fixes https://github.com/microsoft/vscode-pull-request-github/issues/1945
|
2020-07-02 12:10:21 +02:00 |
|
isidor
|
a301dc553b
|
change noCompress -> compress and make default to not compress sessions in call stack
#101429
|
2020-07-02 11:37:35 +02:00 |
|
isidor
|
8053b22918
|
fixes #101554
|
2020-07-02 10:57:36 +02:00 |
|
João Moreno
|
0fb1871c09
|
Merge branch 'master' of github.com:microsoft/vscode
|
2020-06-29 15:46:40 +02:00 |
|
João Moreno
|
4b9c19ab03
|
fixes #101277
|
2020-06-29 15:46:35 +02:00 |
|
Sandeep Somavarapu
|
6bdb7e921e
|
do not use extensionStoragePaths in web @rebornix FYI
|
2020-06-29 15:21:55 +02:00 |
|
rebornix
|
8bf295d576
|
fix #97998. let the api throw.
|
2020-06-26 10:43:50 -07:00 |
|
isidor
|
8e40c436dd
|
introduce noCompact flag to DebugSessionOptions
#100852
|
2020-06-25 10:03:16 +02:00 |
|
Rachel Macfarlane
|
629e1d7e16
|
Remove old getSessions and login methods from auth provider API
|
2020-06-24 15:33:09 -07:00 |
|
Alex Ross
|
39a406daa3
|
Add resolveTreeItem to custom tree
Part of #100741
|
2020-06-24 16:29:01 +02:00 |
|