switch to xonsh
and add virtual machine configurations
This commit is contained in:
parent
29a30637ca
commit
3c0916835a
10 changed files with 238 additions and 44 deletions
|
@ -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" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue