How to disable "vscode.ipynb" programmatically #16164
Answered
by
isidorn
mcnesium
asked this question in
Questions and Answers
-
We can disable VSCode's Jupyter Notebook support by searching the extension with the "builtin" filter and the "disable" button like e.g. explained in microsoft/vscode#152007. However, I want to persist this setting in my home-manager config, but I can not find, where and how this setting is written down. How can I disable that extension "programmatically"? |
Beta Was this translation helpful? Give feedback.
Answered by
isidorn
Oct 30, 2024
Replies: 1 comment 1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is in the local storage of vscode.
You can not disable an extension programmatically right now.