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
Johannes Rieken
dedf0de944
change type of _serviceBrand from any to undefined, #79918
2019-08-30 15:40:46 +02:00
Sandeep Somavarapu
a7c2a5a5bc
Fix #79431
2019-08-28 16:44:44 +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
Johannes Rieken
06701f533d
add a bunch of strict field initializations
2019-07-31 12:30:30 +02:00
Johannes Rieken
fc35f68af4
use VSBuffer instead of Buffer
2019-04-11 16:55:08 +02:00
Johannes Rieken
e9a9f9912a
debt - split extHostOutputService
2019-04-10 11:45:05 +02:00