-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
LSP for wolfram language in VSCode jupyter notebook #32
Comments
+1 for https://github.com/njpipeorgan/wolfram-language-notebook , I miss the code formatter. |
I'll check that out, thanks |
|
Now I know it... vscode-wolfram/src/extension.ts Line 139 in 8b55fb1
change to documentSelector: [{ language: 'wolfram' }], then it could work on ipynb. |
So I have the WolframLanguageForJupyter paclet and kernel which runs fine in both Jupyter Notebook and in the Visual Studio code ipynb support.
I also installed the VSCode Wolfram extension. The syntax highlighting works fine, and the language server protocol is working fine for any files, except .ipynb. In particular, it won't give linting or documentation if I'm editing a notebook cell set to wolfram language.
How should I configure the extension to still run LSP for those cases ?
The text was updated successfully, but these errors were encountered: