mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
vscode: add trailing-spaces plugin
This commit is contained in:
parent
bbafad8487
commit
0947ba4dd7
1 changed files with 2 additions and 0 deletions
|
@ -43,6 +43,7 @@ with lib;
|
||||||
ms-azuretools.vscode-docker
|
ms-azuretools.vscode-docker
|
||||||
ms-python.python
|
ms-python.python
|
||||||
ms-vscode.cpptools
|
ms-vscode.cpptools
|
||||||
|
shardulm94.trailing-spaces
|
||||||
];
|
];
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -90,6 +91,7 @@ with lib;
|
||||||
"terminal.integrated.fontFamily" = "DejaVuSansMono Nerd Font Mono";
|
"terminal.integrated.fontFamily" = "DejaVuSansMono Nerd Font Mono";
|
||||||
"terminal.integrated.fontSize" = 16;
|
"terminal.integrated.fontSize" = 16;
|
||||||
"terminal.integrated.showExitAlert" = false;
|
"terminal.integrated.showExitAlert" = false;
|
||||||
|
"trailing-spaces.highlightCurrentLine" = false;
|
||||||
"update.mode" = "none";
|
"update.mode" = "none";
|
||||||
"update.showReleaseNotes" = false;
|
"update.showReleaseNotes" = false;
|
||||||
"window.menuBarVisibility" = "hidden";
|
"window.menuBarVisibility" = "hidden";
|
||||||
|
|
Loading…
Reference in a new issue