vscode: añade extensiones

This commit is contained in:
Fabián Montero 2022-10-18 23:09:07 -06:00
parent 61bdb152ba
commit 12b62edab5
2 changed files with 141 additions and 1 deletions

View file

@ -21,6 +21,20 @@ with lib;
Gimly81.matlab
zhwu95.riscv
tomoki1207.pdf
vscode-icons-team.vscode-icons
dan-c-underwood.arm
mshr-h.VerilogHDL
rashwell.tcl
xshrim.txt-syntax
ZixuanWang.linkerscript
hediet.vscode-drawio
aaron-bond.better-comments
johnpapa.vscode-peacock
streetsidesoftware.code-spell-checker
wayou.vscode-todo-highlight
xaver.clang-format
yzhang.markdown-all-in-one
christian-kohler.path-intellisense
]);
userSettings = {
"files.autoSave" = "onFocusChange";
@ -34,7 +48,7 @@ with lib;
"workbench.list.smoothScrolling" = true;
"editor.smoothScrolling" = true;
"editor.rulers" = [80 120];
"workbench.iconTheme" = "simple-icons";
"workbench.iconTheme" = "vscode-icons";
"workbench.editor.untitled.hint" = "hidden";
"editor.autoClosingDelete" = "never";
"editor.autoClosingOvertype" = "never";