chore: update vscode config

This commit is contained in:
Nickolaj Jepsen 2025-10-23 08:58:56 +02:00
parent bb4f48931b
commit 5c3ec8b073

View file

@ -95,6 +95,7 @@ in {
"github.copilot.chat.codesearch.enabled" = true;
"github.copilot.nextEditSuggestions.enabled" = true;
"githubPullRequests.codingAgent.uiIntegration" = true;
"githubPullRequests.pullBranch" = "always";
# Theme
"workbench.colorTheme" = "Darcula Theme from IntelliJ";
@ -110,6 +111,9 @@ in {
"nix.serverSettings" = {
nil.formatting.command = ["nix" "fmt" "--" "--"];
};
# Other extensions
"biome.suggestInstallingGlobally" = false;
}
(mkFormatter "esbenp.prettier-vscode" ["json" "jsonc" "markdown" "css" "scss" "typescript" "typescriptreact" "html" "yaml"])
(mkFormatter "charliermarsh.ruff" ["python"])