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 (#1694) 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