forked from angular/vscode-ng-language-service
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(extension): Update virtualWorkspace support to allow syntax high…
…lighting You can find more information about virtual workspaces here: https://code.visualstudio.com/api/extension-guides/virtual-workspaces The LSP does not support access to virtual resources: microsoft/language-server-protocol#1264 As a result, we cannot provide much in the way of features since the extension relies on the LSP for every provider. While we cannot provide any features from the @angular/language-server, we still can provide "limited" support to enable syntax highlighting in virtual workspaces.
- Loading branch information
Showing
2 changed files
with
17 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters