Home > Mobile >  How can I load any VSCode extension for any specific filetype?
How can I load any VSCode extension for any specific filetype?

Time:12-13

I use vscode-vim extension for my usual editing purpose. But I don't want this extension to be loaded when I'm using Jupyter Notebook inside VSCode. Is there any way I can tell VSCode to load this extension only when I'm using normal files?

CodePudding user response:

Currently, no. There are two issues in VSCodeVim related to this issue, but neither has resulted in introducing the feature you are looking for (yet).

Setting to enable Vim Editor only for certain filetypes #6151

Disable vim only for jupyter notebook editors #6950 .

  • Related