Commit Graph

205 Commits

Author SHA1 Message Date
Johannes Rieken
42b5eb3bf3 add ExtHostStorage to injector, rename 'createApiFactory' to 'createApiFactoryAndRegisterActors' 2019-08-08 15:08:10 +02:00
Johannes Rieken
419dc83a5d less argumenst, more services in api factory 2019-08-08 13:16:14 +02:00
Johannes Rieken
66b499a016 register ExtHostExtensionService as singleton 2019-08-08 12:53:01 +02:00
Johannes Rieken
90f79e1a2a add storage paths to injector 2019-08-08 12:19:03 +02:00
Johannes Rieken
bc35789e14 move api.impl to /common/ 2019-08-08 11:13:14 +02:00
Johannes Rieken
44f176c745 move cli server and download command registrations out of api.impl 2019-08-08 11:12:10 +02:00
Johannes Rieken
36135bd2ee add debug and extension service to injector 2019-08-07 21:20:51 +02:00
Johannes Rieken
2420d4c505 separate rpc and init data into separate services 2019-08-07 19:51:28 +02:00
Johannes Rieken
ebd96071d1 make extHost-things services, setup injector 2019-08-07 16:11:00 +02:00
Rob Lourens
566d77238e Merge pull request #77824 from microsoft/roblou/remoteEnvReconnection
Fix remote EH environment after reconnection
2019-07-31 14:30:26 -07:00
Logan Ramos
9f5fffe73e More strongly typed telemetry events (#77658)
* More strongly typed events

* Fixed typo
2019-07-24 15:02:16 -07:00
Rob Lourens
c23b8fd5e1 Fix remote EH environment after reconnection
For microsoft/vscode-remote-release#16
2019-07-23 08:37:13 -07:00
Rob Lourens
04c4de6a38 Change remoteEnv extension API to be backwards compatible 2019-07-19 14:56:37 -07:00
Rob Lourens
7ee0e1818a Give remote resolvers a way to set environment variables in the remote EH
Fix #77234, for microsoft/vscode-remote-release#16
2019-07-19 14:56:37 -07:00
Sandeep Somavarapu
b3422b98b7 Merge pull request #76377 from microsoft/sandy081/fix74859
trigger workspace contains activation event on new folders
2019-07-12 16:42:56 +02:00
Alex Dima
498f158475 Small style tweaks 2019-07-12 16:13:27 +02:00
Sandeep Somavarapu
34d245ed44 trigger workspace contains activation event on new folders 2019-06-30 20:10:28 +02:00
Logan Ramos
26d0bbd5d9 Initial Strict Typing Support for Telemetry Events (#75785)
* Added command line information to display details about collected telemetry

* Telemetry tooling exploration

* Changing telemetry calls to be strongly typed

* Fixed an event definition

* Removed telemetry command

* More removing of telemetry command

* Fixed compilation errors

* Forgotten property

* Updated typings so diff was aligned
2019-07-01 14:37:43 -07:00
Pine Wu
90b3c0ad5b Fix #76096 2019-06-25 09:46:18 -07: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
Johannes Rieken
0c22cee46b move extension kind to Extension-interface 2019-06-24 12:31:28 +02:00
Pine Wu
a559a2142d Update API 2019-06-24 01:33:25 -07:00
Pine Wu
1f82a5b025 New test runner API for #74555 2019-06-21 14:26:09 +08:00
Johannes Rieken
e1ac9a2490 add ExtensionKind and remoteName propsed APIs, #74188 2019-06-20 12:31:24 +02:00
Alex Dima
9fb9ca51a6 Add transformOutgoingScheme to IURITransformer 2019-05-24 12:46:48 +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
Sandeep Somavarapu
879c3a7dfe Fix #71752 2019-04-17 10:54:33 +02:00
Benjamin Pasero
eacb2d85df Remote: Preserve BOM in UTF-8 when found (fixes #48826) 2019-04-16 16:49:39 +02:00
Alex Dima
f526e46357 Tweaks 2019-04-16 11:35:09 +03: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
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
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
Andre Weinand
fd44b66c0f cleanup multi extension debugging 2019-04-09 18:28:23 +02:00
Christof Marti
d4be221aaa Cleanup unused properties 2019-04-05 10:08:50 +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
Benjamin Pasero
84726e51f4 debt - merge extfs and pfs 2019-04-01 08:45:46 +02:00
Daniel Imms
6b81670102 Handle ext host exit when debugging
Fixes #70984
2019-03-27 10:58:09 -07:00
Alex Dima
499686ca03 Send extension host exit code 2019-03-20 16:53:50 +01:00
Matt Bierner
7d0e64f5ec Strict null check VS Code
Fixes #60565
Fixes #70417
2019-03-19 10:51:31 -07:00