Add more vscode plugins I use

This commit is contained in:
Tyler Beckman 2024-12-11 00:59:49 -07:00
parent fc89afaceb
commit c969a91209
Signed by: Ty
GPG key ID: 2813440C772555A4

View file

@ -27,15 +27,20 @@
tamasfe.even-better-toml # TOML tamasfe.even-better-toml # TOML
yzhang.markdown-all-in-one # Markdown yzhang.markdown-all-in-one # Markdown
denoland.vscode-deno # Deno JS/TS denoland.vscode-deno # Deno JS/TS
mathiasfrohlich.kotlin # Kotlin (no LSP)
matthewpi.caddyfile-support # Caddyfile
# Theming # Theming
pkief.material-icon-theme # Material icons pkief.material-icon-theme # Material icons
# Utilities # Utilities
streetsidesoftware.code-spell-checker # Spellchecking streetsidesoftware.code-spell-checker # Spellchecking
jeanp413.open-remote-ssh # Remote SSH jeanp413.open-remote-ssh # Remote SSH
mkhl.direnv # nix-direnv autoloading mkhl.direnv # nix-direnv autoloading
cschlosser.doxdocgen # C++ Doxygen generator
tomoki1207.pdf # PDF Viewing
]) ])
++ (with vscode-marketplace; [ ++ (with vscode-marketplace; [
yy0931.save-as-root # Save as root over SSH yy0931.save-as-root # Save as root over SSH
akiramiyakoda.cppincludeguard # Auto-insert header guards for header files
]) ])
); );
@ -87,6 +92,9 @@
}; };
}; };
"direnv.restart.automatic" = true; "direnv.restart.automatic" = true;
# C++ Include guards
"C/C++ Include Guard.Comment Style" = "Line";
"C/C++ Include Guard.Macro Type" = "Filename";
}; };
}; };
} }