-
Notifications
You must be signed in to change notification settings - Fork 220
Description
Jupyter notebook support is coming along well since they fixed https://github.com/microsoft/vscode-python/issues/12760#issuecomment-654995857. I haven't had other bugs since.
But syntax highlighting is not functional. According to microsoft, this is a vscode setup issue (and not specific to jupyter). See https://github.com/microsoft/vscode-python/issues/5078#issuecomment-668126575 for example.
For example, in C:\Users\MYUSERNAME\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions I see a list of a whole bunch of languages, but not julia. Should the configuration files there (or perhaps copying them over?)
If you do the following:
- add a
C:\Users\MYUSERNAME\AppData\Local\Programs\Microsoft VS Code\resources\app\extensions\juliafolder - copy from the
C:\Users\MYUSERNAME\.vscode\extensions\julialang.language-julia-1.0.4the following into that folder- package.json
- julia.configuration.json
- syntaxes folder
Then syntax highlighting in jupyter seems to work great. Can those files be copied over easily in the installation process?