You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is also the issue that our extension needs the compiler installed locally which I assume wouldn't be possible here. But at least providing the syntax highlighting would be nice
This most likely be able to be done in progressive stages:
- [x] tmgrammar and language config, don't even need anything else from the extension
- [ ] formatter
- [ ] figure out how to pull in some part of the language server where we might not have the packages installed
The text was updated successfully, but these errors were encountered:
I am extremely eager to use typespec lsp by @shopify/codemirror-language-client on CodeMirror! This way, I can use typespec in CodeMirror with great enthusiasm! 😃
Basically just register the extension providing the extension
configuration(tm grammar and other language config like quote style,
matching tokens, etc.)
progress for #4095
---------
Co-authored-by: Christopher Radek <[email protected]>
To be able to use our extension on
vscode.dev
we need to make it a web extensionDoc: https://code.visualstudio.com/api/extension-guides/web-extensions
Example for LSP: https://github.com/microsoft/vscode-extension-samples/tree/main/lsp-web-extension-sample
There is also the issue that our extension needs the compiler installed locally which I assume wouldn't be possible here. But at least providing the syntax highlighting would be nice
This most likely be able to be done in progressive stages:
The text was updated successfully, but these errors were encountered: