VSCode update formatting

This commit is contained in:
foglar 2024-11-05 15:37:06 +01:00
parent 7a9466d45b
commit 39cca340df
3 changed files with 38 additions and 33 deletions

View File

@ -63,6 +63,7 @@
builtins.elem (lib.getName pkg) [
"discord"
"spotify"
"steam"
"steam-unwrapped"

View File

@ -35,6 +35,9 @@
"workbench.productIconTheme" = "material-product-icons";
"window.menuBarVisibility" = "toggle";
"github.copilot.editor.enableAutoCompletions" = false;
"[json]" = {
"editor.defaultFormatter" = "esbenp.prettier-vscode";
};
"nix.serverPath" = "nixd";
"nix.enableLanguageServer" = true;
"nix.serverSettings" = {

View File

@ -26,6 +26,7 @@
go
dotnet-sdk_8
jq
conda
];
};
}