julia-vscode
julia-vscode copied to clipboard
The Julia extension still does a bunch of background indexing when opening a Jupyter notebook that only uses Python
As title says. Normally this would be fine if it weren't for the noticeable spike in the processing it takes to index everything for a Julia environment. This can be solved per project by disabling the extension for the project but it gets pretty tiring when dealing with many Python notebooks.
hey, you can disable it at this workspace:
- open the workspace
- goto the extensions panel
- locate the julia plugin
- right-click, disable(workspace)
that's all