vscode: remove copilot extensions and settings

This commit is contained in:
John Bowdre 2024-07-30 20:40:41 -05:00
parent f70e908188
commit 4e2db1ae9a

View file

@ -12,8 +12,6 @@
extensions = with pkgs.vscode-extensions; [ extensions = with pkgs.vscode-extensions; [
# extensions available as nix packages # extensions available as nix packages
bbenoist.nix bbenoist.nix
github.copilot
github.copilot-chat
github.vscode-github-actions github.vscode-github-actions
golang.go golang.go
hashicorp.terraform hashicorp.terraform
@ -211,16 +209,6 @@
"files.trimTrailingWhitespace" = true; "files.trimTrailingWhitespace" = true;
"git.confirmSync" = false; "git.confirmSync" = false;
"git.ignoreLegacyWarning" = true; "git.ignoreLegacyWarning" = true;
"github.copilot.editor.enableAutoCompletions" = true;
"github.copilot.enable" = {
"*" = true;
"gemini" = false;
"markdown" = false;
"plaintext" = false;
"properties" = false;
"scminput" = false;
"yaml" = true;
};
"go.toolsManagement.checkForUpdates" = "local"; "go.toolsManagement.checkForUpdates" = "local";
"html.autoClosingTags" = false; "html.autoClosingTags" = false;
"powershell.codeFormatting.useCorrectCasing" = true; "powershell.codeFormatting.useCorrectCasing" = true;