Commit Graph

31 Commits

Author SHA1 Message Date
Sandeep Somavarapu
caf838e1cd fix #26707 2020-01-20 22:14:51 +01:00
Matt Bierner
1b70625f8c Use import type when importing vscode under src
When the core references `vscode`, we only want to import the types and never generate a real import (which will fail to load). Use `import type` to better enforce this
2020-01-10 14:25:21 -08:00
Sandeep Somavarapu
ea1097d2b0 #26707 Inspect returns languages 2020-01-09 02:34:11 +01:00
Sandeep Somavarapu
29759db68b #26707 Make uri optional 2020-01-08 17:43:19 +01:00
Sandeep Somavarapu
9608852189 #26707 Change resource to uri 2020-01-07 15:02:40 +01:00
Sandeep Somavarapu
5c0d431b60 enable proposed api check for language settings 2019-12-18 16:37:53 +01:00
Sandeep Somavarapu
e289d2ac97 fix tests 2019-12-17 17:53:51 +01:00
Sandeep Somavarapu
6219b5966c fix scope check 2019-12-17 17:53:51 +01:00
Sandeep Somavarapu
48f20cbdaa move to proposed api 2019-12-17 15:35:28 +01:00
Sandeep Somavarapu
d8974485a1 simplify api 2019-12-17 13:05:45 +01:00
Sandeep Somavarapu
9031cea99d remove the api example 2019-12-17 08:21:20 +01:00
Sandeep Somavarapu
c01fc29b8d remove redundant api 2019-12-16 17:23:13 +01:00
Sandeep Somavarapu
2d9d8dc144 apiExample 2019-12-16 16:57:09 +01:00
Sandeep Somavarapu
624c9c20ad separate workspace folder and text document configuration 2019-12-16 16:33:13 +01:00
Sandeep Somavarapu
1762f5a049 enable api to read and write lang configs 2019-12-16 13:31:48 +01:00
Sandeep Somavarapu
4cdb067a8d rename 2019-12-13 15:35:52 +01:00
Sandeep Somavarapu
33e545eedd add and fix tests 2019-12-12 21:30:00 +01:00
Sandeep Somavarapu
2ccb11e61c Enhance change event to be override identifier aware 2019-12-12 16:16:38 +01:00
Sandeep Somavarapu
0ecc745265 rename 2019-12-12 10:39:56 +01:00
Sandeep Somavarapu
2cbd162c66 remove inspectValue and use inspect
Add override information to inspect
2019-12-12 09:16:59 +01:00
Sandeep Somavarapu
1a644f628c #84283 Use log service 2019-11-11 10:53:21 +01:00
Johannes Rieken
dedf0de944 change type of _serviceBrand from any to undefined, #79918 2019-08-30 15:40:46 +02:00
Johannes Rieken
7a6f22b3af rename rpcService to extHostRpcService 2019-08-09 09:51:22 +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
Sandeep Somavarapu
b4d736b67b Fix microsoft/vscode-remote-release/issues/273 2019-07-31 17:15:20 +05:30
Sandeep Somavarapu
3b9d26ded9 #76442 fix implicit any 2019-07-09 12:28:52 +02:00
Johannes Rieken
c0821aa5e9 move extHost-files to common 2019-04-10 10:26:52 +02:00
Johannes Rieken
81456a7212 move api/common to api/browser 2016-01-11 14:44:13 +01:00
Benjamin Pasero
5906207073 workbench api linting 2015-12-21 18:51:51 +01:00
Johannes Rieken
8aadd81678 debt - rename PluginHostXYZ to ExtHostXYZ, do the same for filenames 2015-12-21 11:46:00 +01:00