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 |
|
Alex Dima
|
802572340b
|
Fixes #101956
|
2020-07-09 12:35:58 +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 |
|
Alex Ross
|
daa72ed393
|
Fix task id for custom execution tasks
Fixes #101412
|
2020-07-01 14:14:57 +02:00 |
|
isidor
|
199856707f
|
fixes #101442
|
2020-07-01 13:12:02 +02:00 |
|
rebornix
|
5dc851f308
|
Fix #101378. De-ref text model from celltextmodel when it's disposed.
|
2020-06-30 14:45:58 -07:00 |
|
Alex Ross
|
85d3eb2c64
|
Fix custom tree view items tracking in exthost
Fixes #101388
|
2020-06-30 16:20:42 +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 |
|
Benjamin Pasero
|
8e66829775
|
text files - go through working copy service when creating
|
2020-06-26 09:26:10 +02:00 |
|
Rachel Macfarlane
|
7bf8acc6d5
|
Add localization comments, #100938
|
2020-06-25 17:48:47 -07:00 |
|
Peng Lyu
|
a71c35310e
|
Merge branch 'master' into rebornix/separate-textmodel-selection
|
2020-06-25 14:48:26 -07:00 |
|
Johannes Rieken
|
f591492df8
|
of not in...
|
2020-06-25 11:06:20 +02:00 |
|
isidor
|
8e40c436dd
|
introduce noCompact flag to DebugSessionOptions
#100852
|
2020-06-25 10:03:16 +02:00 |
|
Rachel Macfarlane
|
c9b76cb74a
|
Add 'github-browser' to VSO allowed extensions list
|
2020-06-24 15:38:48 -07:00 |
|
Rachel Macfarlane
|
629e1d7e16
|
Remove old getSessions and login methods from auth provider API
|
2020-06-24 15:33:09 -07:00 |
|
rebornix
|
c487e751c3
|
cleanup ES6 iterables utils in Comments.
|
2020-06-24 11:36:58 -07:00 |
|
isidor
|
668d0cf484
|
status bar: use better default for ariaLabel, get the codicon name since it is well represented
#95360
|
2020-06-24 16:40:08 +02:00 |
|
Alex Ross
|
39a406daa3
|
Add resolveTreeItem to custom tree
Part of #100741
|
2020-06-24 16:29:01 +02:00 |
|
Daniel Imms
|
48ce8ecce7
|
Convert TerminalLink.length to endIndex
Aligns more with other APIs
Part of #91290
|
2020-06-24 06:10:39 -07:00 |
|
Daniel Imms
|
4c51b89d2c
|
Remove TerminalLink.target
Part of #91290
|
2020-06-24 06:10:38 -07:00 |
|
Johannes Rieken
|
32b00e8754
|
add validatePosition and validateRange, https://github.com/microsoft/vscode/issues/96444
|
2020-06-24 11:09:43 +02:00 |
|
Johannes Rieken
|
f66687b6bc
|
add ConcatDocument#contains, https://github.com/microsoft/vscode/issues/96444
|
2020-06-24 11:09:43 +02:00 |
|