Tony Xia
78954dd6b2
Fixed a typo in vscode.executeCodeLensProvider args
2019-06-30 14:10:07 +10:00
Miguel Solorio
05ee90f7fd
Merge remote-tracking branch 'origin/master' into misolori/new-icons
2019-06-28 11:05:33 -07:00
Daniel Imms
82db101613
Fix CLI in remote when inheritEnv is false
...
Fixes microsoft/vscode-remote-release#823
2019-06-26 16:33:32 -07:00
Daniel Imms
ce414a8c45
Implement terminal inheritEnv on remote
...
Fixes microsoft/vscode-remote-release#823
2019-06-26 16:23:02 -07:00
Daniel Imms
bdd15725a9
Push ext host check to mainThread, apply fix to request defaults too
...
Fixes #76049
2019-06-26 11:59:29 -07:00
Daniel Imms
00eee140d9
Don't send available shells request to both ext hosts
...
Part of #76049
2019-06-26 11:59:28 -07:00
Daniel Imms
3ce04754ad
Rename runInBackground to hideFromUser
...
See #75278
2019-06-25 10:53:30 -07:00
Pine Wu
90b3c0ad5b
Fix #76096
2019-06-25 09:46:18 -07:00
Martin Aeschlimann
1d851ecfe2
MainThreadFileSystem does not await
2019-06-25 17:20:46 +02:00
Pine
e80dd4f217
Merge pull request #76061 from microsoft/octref/new-test-runner-api
...
New test runner api
2019-06-24 21:03:11 -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
Daniel Imms
1083123758
Disable conpty in terminal when accessibility mode is on
...
Fixes #76043
2019-06-24 16:51:11 -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
Johannes Rieken
422fd46b94
implements ExtHostEditorInsetsShape
2019-06-24 10:36:10 +02:00
Pine Wu
a559a2142d
Update API
2019-06-24 01:33:25 -07:00
Matt Bierner
0358d08196
Re-use extractLocalHostUriMetaDataForPortMapping for openUri
2019-06-21 17:43:08 -07:00
Logan Ramos
402281babe
Added strictly typed telemetry function ( #75915 )
...
* Added strictly typed telemetry function
* cleanup publicLog2 signature
2019-06-21 15:13:07 -07: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
293596c9af
💄
2019-06-21 11:12:14 +02:00
Johannes Rieken
44596ac959
first version of vscode.workspace.fs
2019-06-21 10:56:36 +02:00
Pine Wu
1f82a5b025
New test runner API for #74555
2019-06-21 14:26:09 +08:00
Daniel Imms
62037fb7bc
Fire onDidChangeMaximumDimension when dimensions are set
...
Fixes #73496
2019-06-20 10:03:21 -07:00
Daniel Imms
7b681f8733
Add proposed api check for shell API
...
Part of #75091
2019-06-20 08:22:27 -07:00
Johannes Rieken
3839ce7751
💄
2019-06-20 15:54:18 +02: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
Daniel Imms
8bb86a8eba
Merge pull request #75799 from microsoft/tyriar/exthost_shell_calls
...
Replace getDefaultShell and mergeDefaultShellPathAndArgs with getDefaultShellAndArgs
2019-06-19 16:08:14 -07:00
Daniel Imms
7c127de60c
Remove mergeDefaultShellAndArgs
2019-06-19 15:42:15 -07:00
Daniel Imms
994bfe2d6a
Remove getDefaultShell
2019-06-19 15:31:44 -07:00
Daniel Imms
0aab08edf2
Add getDefaultShellAndArgs
...
Also differentiate default from system shell
2019-06-19 15:25:44 -07:00
Matt Bierner
535c9d5627
Merge pull request #75741 from microsoft/dev/mjbvz/webviewResourceRoot
...
Add vscode.env.webviewResourceRoot API
2019-06-19 14:10:17 -07:00
Daniel Imms
87e16500d2
Call getDefaultShell via ext host on web
...
Part of #75795
2019-06-19 12:57:26 -07:00
Johannes Rieken
781e61bf56
fix double encoding issue, https://github.com/microsoft/vscode-azure-account/issues/142
2019-06-19 11:53:12 +02:00
Johannes Rieken
300e4bdf2a
fix #75746
2019-06-19 11:18:32 +02:00
Johannes Rieken
c8843e3b0d
final touch at heap service removal, #74846
2019-06-19 10:58:24 +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
Rob DeLine
b0a49817dc
z-order bug fix
2019-06-18 16:22:21 -07:00
Rob DeLine
9b5e03b1f6
Merge branch 'master' of https://github.com/Microsoft/vscode into code-inset-fix
2019-06-18 14:49:23 -07:00
Daniel Imms
331da82ad5
Enable shell selector outside Windows
...
Fixes #75718
2019-06-18 11:28:36 -07:00
Daniel Imms
b3bba0c939
Merge branch 'master' into tyriar/75456_windows_term
2019-06-18 11:00:04 -07:00
Benjamin Pasero
998a65e2ca
web - best lifecycle support we can do currently
2019-06-18 15:12:46 +02:00
Daniel Imms
d0820c2e06
Disable old shell detection mechanism
2019-06-17 11:55:43 -07:00
Daniel Imms
c287c3cfc7
Get default shell selector working
2019-06-17 11:53:58 -07:00
Miguel Solorio
1151e8a417
Update activity bar size to 48px
2019-06-17 11:43:03 -07:00
Daniel Imms
7dfbccb8e2
Disable conpty on remote
2019-06-17 10:48:03 -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
a7412fbb2b
Pass cwd through to main
2019-06-17 09:32:07 -07:00
Martin Aeschlimann
8e38e56f89
make isEqual case sensitive for non-file URIs
2019-06-17 12:06:10 +02:00