switch to xonsh and add virtual machine configurations

This commit is contained in:
cswimr 2024-11-27 11:58:05 -05:00
parent 29a30637ca
commit 3c0916835a
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
10 changed files with 238 additions and 44 deletions

View file

@ -107,6 +107,7 @@
# Misc - Language Support
jnoortheen.nix-ide
tamasfe.even-better-toml
jnoortheen.xonsh
matthewpi.caddyfile-support
editorconfig.editorconfig
prisma.prisma
@ -321,6 +322,7 @@
".env" = "properties";
"*.ini" = "paradox";
"*.kt" = "kotlin";
"**/xonsh/*.py" = "xonsh";
};
"editor.semanticHighlighting.enabled" = true;
"[css]" = { "editor.defaultFormatter" = "vscode.css-language-features"; };
@ -343,7 +345,7 @@
"python.analysis.inlayHints.functionReturnTypes" = true;
"explorer.confirmDragAndDrop" = false;
"editor.unicodeHighlight.allowedLocales" = { ru = true; };
"terminal.integrated.defaultProfile.linux" = "zsh";
"terminal.integrated.defaultProfile.linux" = "xonsh";
"explorer.confirmPasteNative" = false;
"editor.renderWhitespace" = "none";
"explorer.fileNesting.patterns" = {