Commit Graph

2932 Commits

Author SHA1 Message Date
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
Daniel Imms
93f93d0961 Merge remote-tracking branch 'origin/master' into tyriar/72518_runInBackground 2019-05-24 06:16:37 -07:00
Sandeep Somavarapu
7b3d95e57e fix #73441 2019-05-24 13:05:48 +02:00
Alex Dima
9fb9ca51a6 Add transformOutgoingScheme to IURITransformer 2019-05-24 12:46:48 +02:00
Daniel Imms
b3ab7bd13e Disallow runInBackground unless proposed is enabled 2019-05-23 12:42:22 -07:00
Daniel Imms
9b3544000e Merge remote-tracking branch 'origin/master' into tyriar/72518_runInBackground 2019-05-23 12:08:42 -07:00
Peng Lyu
7b078e1165 Merge pull request #74089 from microsoft/rr/comments
Comment API
2019-05-23 09:42:56 -07:00
Daniel Imms
f68625b600 Support running terminals in background
Part of #72518
2019-05-22 17:22:50 -07:00
Peng Lyu
fd9b74985f rename namespace for comments 2019-05-21 15:08:47 -07:00
Andre Weinand
9af6cea057 remove support for running DA in renderer 2019-05-21 18:46:03 +02:00
Martin Aeschlimann
49de62f5c9 improve message when no resolver found 2019-05-17 14:26:02 -07:00
Johannes Rieken
d5534b8604 api-sketches for ExtensionContext#ExecutionContext 2019-05-17 13:12:29 -07:00
Peng Lyu
4186bc0a44 menu items 2019-05-17 11:49:00 -07:00
Johannes Rieken
4d04ce30d5 add proposed api check 2019-05-16 09:52:39 -07:00
Daniel Imms
10477a9896 Log every native call to node-pty
Part of #71966
2019-05-15 11:11:26 -07:00
Daniel Imms
8fe2d38edc Merge pull request #73245 from microsoft/tyriar/r38_default_shell
Use default shell from the process side
2019-05-10 15:42:30 -07:00
Harry Hedger
b9c3c20a75 Made recommended changes 2019-05-05 02:07:01 -07:00
Harry Hedger
8755a2aa35 Implemented onDidExecuteCommand api method 2019-05-05 02:07:01 -07:00
Peng Lyu
da3c97f366 Rename username to author name. (#73137)
* Rename user to author for Comment.

* Make Comment interface

* Fix #73170. Introduce CommentAuthorInformation

* Fix #73145. Update range properly.
2019-05-03 18:29:48 -07:00
Daniel Imms
3a315ea02b Use default shell from the process side
Fixes Microsoft/vscode-remote-release#38
2019-05-03 10:13:30 -07:00
Peng Lyu
072e9a35ee Comments API Finalization (#73010)
* Comments API Finalization
2019-04-30 14:59:59 -07:00
Peng Lyu
accab2eaa7 Turn Comment to Class. 2019-04-28 12:22:42 -07:00
Daniel Imms
3e73167eb1 Consolidate terminal environment setup logic 2019-04-17 12:28:30 -07:00
Daniel Imms
4516abbdf1 Fix terminal launch issue 2019-04-17 11:07:33 -07:00
Sandeep Somavarapu
b4cd374954 Merge pull request #72480 from Microsoft/sandy081/fix71752
Fix #71752 - Do not activate until ext host is started
2019-04-17 15:01:20 +02:00
Benjamin Pasero
c72cfe0c65 Provide API to get access to the workspace configuration file (#37421) (#72490)
* Provide API to get access to the workspace configuration file (#37421)

* fix untitled ID

* update docs
2019-04-17 14:24:10 +02:00
Sandeep Somavarapu
879c3a7dfe Fix #71752 2019-04-17 10:54:33 +02:00
Daniel Imms
b3cc51f631 Tidy up terminal env creation 2019-04-16 16:39:26 -07:00
Daniel Imms
84f3cfab2b Fix terminal workspace shell/args 2019-04-16 11:25:38 -07:00
Benjamin Pasero
eacb2d85df Remote: Preserve BOM in UTF-8 when found (fixes #48826) 2019-04-16 16:49:39 +02:00
Martin Aeschlimann
016921a4d2 cli: reuse window for add 2019-04-16 11:39:49 +02:00
Alex Dima
f526e46357 Tweaks 2019-04-16 11:35:09 +03:00
Matt Bierner
80a2614355 Only try tunneling openExternal when we actually need to 2019-04-15 15:28:03 -07:00
Johannes Rieken
28e0dd8412 less Buffer 2019-04-11 16:55:08 +02:00
Johannes Rieken
c037e47550 move out require interceptor 2019-04-11 11:51:21 +02:00
Johannes Rieken
ff683d9f4c have IHostUtils 2019-04-11 11:51:21 +02:00
Martin Aeschlimann
f9f67997b9 cliserver: add RunCommandPipeArgs 2019-04-11 10:50:53 +02:00
Johannes Rieken
86fee5f4be move out extHostStorage and extHostMemento 2019-04-11 09:47:01 +02:00
Alex Dima
0b5d952063 Small tweaks 2019-04-11 00:16:48 +02:00
Dirk Baeumer
6c37beb8e5 Add shims for keytar and open 2019-04-10 16:40:29 +02:00
Dirk Baeumer
fd5aa72bdc Add shimming for open module 2019-04-10 16:23:19 +02:00
Johannes Rieken
ba4735d7cb debt - don't use Buffer in extHost-protocol 2019-04-10 15:42:45 +02:00
Johannes Rieken
cb54db1850 move extHostLogService 2019-04-10 12:03:57 +02:00
Johannes Rieken
e9a9f9912a debt - split extHostOutputService 2019-04-10 11:45:05 +02:00
Johannes Rieken
3286d9e978 move more files to common-layer 2019-04-10 10:33:16 +02:00
Johannes Rieken
c0821aa5e9 move extHost-files to common 2019-04-10 10:26:52 +02:00
Dirk Baeumer
db4c9baa6a Better Keytar shim 2019-04-09 21:57:00 +02:00