mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-10 00:27:05 -06:00
Fix a spelling mistake
parent
348187b1f0
commit
24bc29753b
@ -149,7 +149,7 @@ const isVirtualWorkspace = workspace.workspaceFolders && workspace.workspaceFold
|
||||
|
||||
### What are the expectations for language support with virtual workspaces?
|
||||
|
||||
It's not realistic that all extensions are able to fully work with virtual resources. Many extensions built are on tools that require synchronous file access and files on disk. It's therefore ok to only provide limited functionality, such as the 'Basic' and the 'Sigle-File' support as listed below.
|
||||
It's not realistic that all extensions are able to fully work with virtual resources. Many extensions built are on tools that require synchronous file access and files on disk. It's therefore ok to only provide limited functionality, such as the 'Basic' and the 'Single-File' support as listed below.
|
||||
|
||||
A. Basic Language Support:
|
||||
* TextMate tokenization and colorization,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user