mirror of
https://github.com/nickolaj-jepsen/nixos.git
synced 2026-01-22 08:06:50 +01:00
chore: update vscode config
This commit is contained in:
parent
bb4f48931b
commit
5c3ec8b073
1 changed files with 4 additions and 0 deletions
|
|
@ -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"])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue