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
Benjamin Pasero
88cba08d9d
update proposed API with my items and remove deprecations
2019-12-06 16:00:17 +01:00
Benjamin Pasero
b7b21844e7
api - fold app uri creation into asExternalUri ( fix #82884 )
2019-10-29 07:18:19 +01:00
Benjamin Pasero
36ae347672
fix compile
2019-08-22 13:52:07 +02:00
Benjamin Pasero
719cdaa87c
web - implement callback auth flow
2019-08-22 10:43:41 +02:00
Johannes Rieken
c0821aa5e9
move extHost-files to common
2019-04-10 10:26:52 +02:00