Skip to content
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

Unnecessary Activation of Julia Extension in Jupyter Notebooks where Julia is not involved #3505

Open
singularitti opened this issue Jan 5, 2024 · 0 comments · May be fixed by #3510
Open

Comments

@singularitti
Copy link

I've encountered an issue with the Julia extension in Visual Studio Code that I hope can be addressed. Whenever I open a Jupyter notebook within VSCode, the Julia extension automatically activates and starts a Julia process. This has become a significant concern for me as it consumes a considerable amount of memory.

The primary issue is that my work in VSCode is solely focused on Python, and I do not require Julia for my current projects. The automatic activation of the Julia process is therefore unnecessary for my use case and impacts the performance of my system.

Could you please guide me on how to disable this automatic activation behavior of the Julia extension when opening Jupyter notebooks? A setting or a workaround to prevent the extension from starting up unless explicitly required would be greatly beneficial.

@pfitzseb pfitzseb linked a pull request Jan 8, 2024 that will close this issue
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant