Daniel Imms
81adc15a12
Merge remote-tracking branch 'origin/master' into tyriar/69865_remove_renderers
2019-08-06 10:02:39 -07:00
Daniel Imms
dc6b475be7
Add global event window.onDidWriteTerminalData
...
Fixes #78502
2019-08-06 09:58:26 -07:00
Alex Ross
a98faa4454
Remove CustomExecution
...
Fixes #78540
2019-08-06 13:48:37 +02:00
Daniel Imms
c158813979
Merge remote-tracking branch 'origin/master' into tyriar/69865_remove_renderers
2019-08-05 15:12:40 -07:00
Daniel Imms
c783f4996c
Remove TerminalOptions.runInBackground
...
Fixes #76121
2019-08-05 15:10:21 -07:00
Daniel Imms
25fe980387
Remove terminal renderers
...
Part of #69865
2019-08-05 14:31:15 -07:00
Daniel Imms
3866deba35
Use pty naming instead of virtual process
...
Part of #77160
2019-07-25 16:00:41 -07:00
Rob Lourens
70ab0ada55
Fix 'null' exclude for findFiles, add more tests
...
Fix #77813
2019-07-24 14:24:13 -07:00
Martin Aeschlimann
3e98ad5177
add 'remoteName' context key (replaces remoteAuthority)
2019-07-24 17:26:16 +02:00
Johannes Rieken
6a25cfa60c
Merge pull request #72345 from hedgerh/command-execute-events
...
onDidExecuteCommand API
2019-07-24 14:45:33 +02:00
Sandeep Somavarapu
53fe1660c9
Move download command to extension host
2019-07-20 05:17:46 +02:00
Johannes Rieken
3a47abace1
create instantiation service in api.impl and create extHostDebug with it, #76570
...
also tweak some names and types
2019-07-11 17:02:01 +02:00
Rachel Macfarlane
877235c625
Remove old proposed commenting API
2019-07-10 11:11:14 -07:00
Johannes Rieken
046b66fb8f
move workspace.fs to stable, #48034
2019-07-10 16:20:36 +02:00
Alex Ross
e84fc7021b
Adopt TerminalVirtualProcess for Custom task execution ( #76852 )
...
* Adopt TerminalVirtualProcess for Custom task execution
* Update Custom task execution API to return TerminalVirtualProcess in callback
This also required the addtion of a start on the virtual terminal process
* Clarify start API
Fixes #76492
2019-07-10 09:31:40 +02:00
Matt Bierner
a558a9504a
Adding toWebviewResource api
...
For #76489
2019-07-08 18:38:47 -07:00
Daniel Imms
931b27d834
Move env.shell to stable
2019-07-07 09:57:43 -07:00
Joel Day
b6089b1db5
Adding support for TaskProvider.resolveTask ( #71027 )
...
* Adding support for TaskProvider.resolveTask.
* Reorganize task grouping and resolution async code for readability.
* Made small changes and implmented resolveTask for gulp
2019-07-03 15:47:37 +02:00
Daniel Imms
6f1d0fc7ec
Get virtual processes mostly working
2019-07-01 15:58:29 -07:00
isidor
eaa2d3bb23
introduce extHostLabelService and mainThreadLabelService
...
fixes #75881
2019-07-01 15:20:56 +02:00
Johannes Rieken
7beb32099e
Merge branch 'master' into command-execute-events
2019-06-28 17:06:31 +02:00
Daniel Imms
3ce04754ad
Rename runInBackground to hideFromUser
...
See #75278
2019-06-25 10:53:30 -07:00
Matt Bierner
8119b4aee7
Move the webviewResourceRoot property to be set on each webview instead of as a global property
...
For #72155
This allows us to potentially change the resource root per webview
2019-06-24 17:07:06 -07:00
Johannes Rieken
e35db87ce7
move API to stable, #74188
2019-06-24 18:32:18 +02:00
Johannes Rieken
320fffc44a
Merge pull request #75882 from microsoft/joh/fs
...
vscode.workspace.fs
2019-06-24 14:57:45 +02:00
Johannes Rieken
0c22cee46b
move extension kind to Extension-interface
2019-06-24 12:31:28 +02:00
Alex Ross
50fc8fd242
Tasks registration + the local ext host now has an autority
...
Part of https://github.com/microsoft/vscode-remote-release/issues/757
2019-06-21 11:36:56 +02:00
Johannes Rieken
44596ac959
first version of vscode.workspace.fs
2019-06-21 10:56:36 +02:00
Daniel Imms
7b681f8733
Add proposed api check for shell API
...
Part of #75091
2019-06-20 08:22:27 -07:00
Johannes Rieken
e1ac9a2490
add ExtensionKind and remoteName propsed APIs, #74188
2019-06-20 12:31:24 +02:00
Johannes Rieken
5c3bab92ac
more code insets API tweaks, #66418
2019-06-20 10:30:25 +02:00
Matt Bierner
7f3d3d835f
Add vscode.env.webviewResourceRoot api
...
Fixes #72155
Adds a constant to the api that tracks the root path for resources inside of webviews. This is required because we will not be able to use `vscode-resource:` uris on the web. Our current approach is to rewrite the html we are given but there are almost certainly going to be cases where we don't get this quite right.
Adopts the new api for the markdown preview
2019-06-18 22:29:37 -07:00
Daniel Imms
fbd7b4920b
Merge pull request #75290 from microsoft/75278_finalize_runInBackground
...
Finalize TerminalOptions.runInBackground API
2019-06-17 09:34:59 -07:00
Daniel Imms
e08e8b025f
Move window.shell to env.shell
...
Part of #75091
2019-06-14 09:15:39 -07:00
Daniel Imms
52a351f8ff
Merge pull request #75455 from microsoft/tyriar/75091_default_shell_api
...
Implement API to get default shell
2019-06-14 09:13:28 -07:00
Johannes Rieken
cb865f934a
remove extHostHeapService, use normal cache in commands converter, #74846
2019-06-14 13:02:18 +02:00
Johannes Rieken
8e91c0db03
Merge pull request #75461 from microsoft/dev/mjbvz/remote-heap-for-sig-help
...
Don't use heap service for signature help
2019-06-14 12:46:24 +02:00
Benjamin Pasero
c6d9e8ea64
status - push proposed API for statusbar id/name and adopt
2019-06-14 11:52:39 +02:00
Matt Bierner
580bd304c9
Don't use heap service for signature help
...
For #74846
Migrates from using the heap service to have an explicit lifecycle
2019-06-13 17:49:00 -07:00
Daniel Imms
83ba7099ff
Default shell API
...
Part of #75091
2019-06-13 15:13:31 -07:00
Johannes Rieken
1ad12b24a6
allow extension resources in editor insets
2019-06-12 18:09:34 +02:00
Daniel Imms
a004864bda
Finalize TerminalOptions.runInBackground API
...
Fixes #75278
2019-06-11 11:21:02 -07:00
Benjamin Pasero
eddc3f4a23
status - fix empty extension
2019-06-06 18:38:42 +02:00
Benjamin Pasero
943b78238b
paper cut - offer a menu to control visibility of status bar entries
2019-06-06 07:36:06 +02:00
Waldir Pimenta
f3e4e47164
Fix spelling of the example abbreviation (e.g.)
2019-06-05 16:00:26 +02:00
Johannes Rieken
6f1da34c2e
debt - decouple webviews from code insets, move things to /browser/-layer, change inset api proposal to push style, re #66418
2019-06-04 12:31:18 +02:00
Johannes Rieken
042efb5696
don't freeze vscode.env when running tests, #74121
2019-06-03 12:07:30 +02:00
Johannes Rieken
5cfeefdaa9
remove vscode.env.remoteAuthority API, #74188
2019-05-29 10:33:48 +02:00
Johannes Rieken
a429fd1356
refine remoteAuthority-api, #74188
2019-05-28 18:00:07 +02:00
Johannes Rieken
6a1574e21e
add vscode.env.remoteAuthority-api, #74188
2019-05-27 11:51:08 +02:00