Commit Graph

2907 Commits

Author SHA1 Message Date
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
Johannes Rieken
78f0e53f1d relax openExternal and accept a string as well 2019-04-09 20:29:56 +02:00
Andre Weinand
fd44b66c0f cleanup multi extension debugging 2019-04-09 18:28:23 +02:00
Sandeep Somavarapu
704af9ddec remove type assertion 2019-04-09 16:07:40 +02:00
Sandeep Somavarapu
54e2124f1c Fix #71947 2019-04-09 15:38:09 +02:00
Rob Lourens
5eb0ac21a8 Delete deprecated search provider stub 2019-04-05 15:44:25 +00:00
Johannes Rieken
71fb67097a simplify protocol check 2019-04-05 15:38:54 +02:00
Johannes Rieken
8881c88a8a debt - make ext host init data more complete 2019-04-05 15:23:21 +02:00
Christof Marti
d4be221aaa Cleanup unused properties 2019-04-05 10:08:50 +02:00
Peng Lyu
5876f66f77 Merge EmptyCommentThreadFactory with CommentingRangeProvider 2019-04-04 15:24:27 -07:00
Johannes Rieken
e9568ad84c debt - use Cache for completion items 2019-04-04 17:20:17 +02:00
Johannes Rieken
b15e6329a5 debt - don't use heap service for lazy links 2019-04-04 17:20:17 +02:00
Johannes Rieken
2b0b913632 debt - don't send unused data around 2019-04-04 13:00:53 +02:00
Martin Aeschlimann
c1dc62c038 vscode.openFolder broken 2019-04-04 11:48:21 +02:00
Alex Dima
25ed721e48 More support for keytar 2019-04-03 22:50:46 +02:00
Alex Dima
40dbf397ab Simplify registration of vscode node module 2019-04-03 22:50:46 +02:00
Alex Dima
e0692099e0 Add NodeModuleRequireInterceptor 2019-04-03 20:36:42 +02:00
Alex Ross
36d9d043b9 Remove tasks use of crypto in extHostTypes.ts 2019-04-03 10:49:24 +00:00
Peng Lyu
6e66ff6ec2 Expose uriScheme through vscode.env (#71397)
* Expose uri scheme through vscode.env
2019-04-02 23:12:59 +02:00
Martin Aeschlimann
1ca3959faf refactor IURIToOpen 2019-04-02 17:32:11 +02:00
Peng Lyu
260442f574 Batch comment thread properties update event (#71569) 2019-04-02 01:00:03 +02:00
Johannes Rieken
3ba44a0348 minimize suggest dto, #71060 2019-04-01 16:16:50 +02:00
Benjamin Pasero
84726e51f4 debt - merge extfs and pfs 2019-04-01 08:45:46 +02:00
Benjamin Pasero
f5554346aa debt - get rid of flow 2019-04-01 08:35:28 +02:00
Johannes Rieken
0b66e3484e fix #71057 2019-03-28 12:54:02 +01:00
Daniel Imms
6b81670102 Handle ext host exit when debugging
Fixes #70984
2019-03-27 10:58:09 -07:00