Commit Graph

15 Commits

Author SHA1 Message Date
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
Eric Amodio
2528f75970 Fixes #83410 - FsProviders causing invalid links
When more than one ext host FileSystemProvider was registered the linkification for the scheme of the provider was causing links to get incorrectly found because the link state machine was setting up the states incorrectly

Should hopefully fix MicrosoftDocs/vsonline#28 as well
2019-11-06 18:35:17 -05:00
Johannes Rieken
06701f533d add a bunch of strict field initializations 2019-07-31 12:30:30 +02:00
Howard Hung
1d4dc5dcf9 Fix typos 2019-07-15 23:31:48 +08:00
Johannes Rieken
d0fcf07040 debt - better check for reserved schemes 2019-07-09 17:03:39 +02:00
Johannes Rieken
bc00e886a9 make it easier to use options, #48034 2019-07-09 16:27:53 +02:00
Johannes Rieken
65270230af tweak options for delete and write, #48034 2019-07-09 16:23:48 +02:00
Johannes Rieken
a4fc9bb8c4 improved error propagation, #48034 2019-07-09 16:17:02 +02:00
Johannes Rieken
51123cd133 wrap error into FileSystemError, #48034 2019-07-09 15:20:10 +02:00
isidor
eaa2d3bb23 introduce extHostLabelService and mainThreadLabelService
fixes #75881
2019-07-01 15:20:56 +02:00
Martin Aeschlimann
1d851ecfe2 MainThreadFileSystem does not await 2019-06-25 17:20:46 +02:00
Johannes Rieken
44596ac959 first version of vscode.workspace.fs 2019-06-21 10:56:36 +02:00
Johannes Rieken
3839ce7751 💄 2019-06-20 15:54:18 +02:00
Johannes Rieken
ba4735d7cb debt - don't use Buffer in extHost-protocol 2019-04-10 15:42:45 +02:00
Johannes Rieken
c0821aa5e9 move extHost-files to common 2019-04-10 10:26:52 +02:00