julia-vscode icon indicating copy to clipboard operation
julia-vscode copied to clipboard

The Julia extension still does a bunch of background indexing when opening a Jupyter notebook that only uses Python

Open g-adel opened this issue 1 year ago • 1 comments

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.

g-adel avatar May 18 '24 15:05 g-adel

hey, you can disable it at this workspace:

  1. open the workspace
  2. goto the extensions panel
  3. locate the julia plugin
  4. right-click, disable(workspace)

that's all

kurt-steiner avatar May 28 '24 15:05 kurt-steiner