mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-10 14:16:15 -06:00
Updated Virtual Workspaces (markdown)
parent
98647469e7
commit
d2a3f77795
@ -89,7 +89,7 @@ To check in code whether the current workspace consists of non-`file` schemes us
|
|||||||
const isVirtualWorkspace = workspace.workspaceFolders && workspace.workspaceFolders.every(f => f.uri.scheme !== 'file');
|
const isVirtualWorkspace = workspace.workspaceFolders && workspace.workspaceFolders.every(f => f.uri.scheme !== 'file');
|
||||||
```
|
```
|
||||||
|
|
||||||
### Specific Language selectors
|
### Language selectors
|
||||||
|
|
||||||
When registering a provider for a language feature (e.g. completions, hovers, code actions..) specify the scheme(s) you support:
|
When registering a provider for a language feature (e.g. completions, hovers, code actions..) specify the scheme(s) you support:
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user