mirror of
https://github.com/jbowdre/dotfiles.git
synced 2024-11-22 01:12:19 +00:00
vscode: remove copilot extensions and settings
This commit is contained in:
parent
f70e908188
commit
4e2db1ae9a
1 changed files with 0 additions and 12 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue