vscode: add trailing-spaces plugin

This commit is contained in:
Sean Buckley 2021-12-03 12:06:28 -05:00
parent bbafad8487
commit 0947ba4dd7

View file

@ -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";