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
8e64adbbde
use LogService in extHostLanguageFeatures and extHostMessageService, #84283
2019-11-11 12:22:55 +01: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