Open BinaryQuantumSoul opened 1 year ago
+1 for https://github.com/njpipeorgan/wolfram-language-notebook , I miss the code formatter.
+1 for https://github.com/njpipeorgan/wolfram-language-notebook , I miss the code formatter.
I'll check that out, thanks
+1 for https://github.com/njpipeorgan/wolfram-language-notebook , I miss the code formatter.
I miss the code formatter.
Now I know it...
change to
documentSelector: [{ language: 'wolfram' }],
then it could work on ipynb.
it works now :)
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 ?