Disable vim plugin for vscode
This commit is contained in:
parent
2352c98316
commit
1e37ae613d
2 changed files with 2 additions and 1 deletions
|
@ -55,7 +55,7 @@ in
|
||||||
# twxs.cmake
|
# twxs.cmake
|
||||||
# vadimcn.vscode-lldb
|
# vadimcn.vscode-lldb
|
||||||
# vscode-icons-team.vscode-icons
|
# vscode-icons-team.vscode-icons
|
||||||
vscodevim.vim
|
# vscodevim.vim
|
||||||
wholroyd.jinja
|
wholroyd.jinja
|
||||||
xaver.clang-format
|
xaver.clang-format
|
||||||
zxh404.vscode-proto3
|
zxh404.vscode-proto3
|
||||||
|
|
|
@ -71,6 +71,7 @@
|
||||||
"remote.SSH.useLocalServer": false,
|
"remote.SSH.useLocalServer": false,
|
||||||
"rust-analyzer.cargo.allFeatures": true,
|
"rust-analyzer.cargo.allFeatures": true,
|
||||||
"rust-analyzer.checkOnSave.command": "clippy",
|
"rust-analyzer.checkOnSave.command": "clippy",
|
||||||
|
"security.workspace.trust.enabled": false,
|
||||||
"shellcheck.customArgs": ["--enable=all"],
|
"shellcheck.customArgs": ["--enable=all"],
|
||||||
"shellcheck.enableQuickFix": true,
|
"shellcheck.enableQuickFix": true,
|
||||||
"tailwindCSS.emmetCompletions": true,
|
"tailwindCSS.emmetCompletions": true,
|
||||||
|
|
Loading…
Reference in a new issue