chore: update vscode config

This commit is contained in:
Nickolaj Jepsen 2025-12-16 22:15:44 +01:00
parent a3caaf7d2e
commit 41906e75fb
2 changed files with 45 additions and 38 deletions

View file

@ -130,8 +130,10 @@ in {
"github.copilot.chat.agent.thinkingTool" = true;
"github.copilot.chat.codesearch.enabled" = true;
"github.copilot.nextEditSuggestions.enabled" = true;
"githubPullRequests.codingAgent.uiIntegration" = true;
"githubPullRequests.pullBranch" = "always";
"github.copilot.chat.githubMcpServer.enabled" = true;
"chat.customAgentInSubagent.enabled" = true;
"inlineChat.enableV2" = true;
"chat.tools.terminal.autoApprove" = {
"nix" = true;
"cat" = true;
@ -182,6 +184,11 @@ in {
"git.confirmSync" = false;
"git.enableSmartCommit" = true;
"diffEditor.ignoreTrimWhitespace" = false;
"scm.repositories.explorer" = true;
# GitHub
"githubPullRequests.codingAgent.uiIntegration" = true;
"githubPullRequests.pullBranch" = "always";
# nix-ide
"nix.enableLanguageServer" = true;