change some vscode settings
This commit is contained in:
parent
9e564a0a8e
commit
233c2ca4eb
1 changed files with 2 additions and 0 deletions
|
@ -420,7 +420,9 @@ rec {
|
||||||
ru = true;
|
ru = true;
|
||||||
};
|
};
|
||||||
"terminal.integrated.defaultProfile.linux" = "xonsh";
|
"terminal.integrated.defaultProfile.linux" = "xonsh";
|
||||||
|
"terminal.integrated.inheritEnv" = "true";
|
||||||
"explorer.confirmPasteNative" = false;
|
"explorer.confirmPasteNative" = false;
|
||||||
|
"editor.formatOnSave" = true;
|
||||||
"editor.renderWhitespace" = "none";
|
"editor.renderWhitespace" = "none";
|
||||||
"explorer.fileNesting.patterns" = {
|
"explorer.fileNesting.patterns" = {
|
||||||
"*.ts" = "\${capture}.js";
|
"*.ts" = "\${capture}.js";
|
||||||
|
|
Loading…
Add table
Reference in a new issue