VSCode update formatting
This commit is contained in:
parent
7a9466d45b
commit
39cca340df
@ -63,6 +63,7 @@
|
||||
builtins.elem (lib.getName pkg) [
|
||||
"discord"
|
||||
"spotify"
|
||||
|
||||
"steam"
|
||||
"steam-unwrapped"
|
||||
|
||||
|
||||
@ -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" = {
|
||||
|
||||
@ -26,6 +26,7 @@
|
||||
go
|
||||
dotnet-sdk_8
|
||||
jq
|
||||
conda
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user