Updates for VSCode

Configure copilot settings
Enable again on IVR
This commit is contained in:
Greg Hellings
2025-04-25 15:29:23 -05:00
parent 21b9b3b070
commit 4556556f0e
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -27,6 +27,7 @@ in
development = true;
gui = true;
pypackage = py;
vscodium = true;
};
home = {
+6
View File
@@ -62,6 +62,12 @@ in
"vscode-neovim.neovimInitVimPaths.darwin" = "~/.config/nvim/init.lua";
"vscode-neovim.neovimInitVimPaths.linux" = "~/.config/nvim/init.lua";
"workbench.settings.applyToAllProfiles" = [ "direnv.path.executable" ];
"github.copilot.enable" = {
"*" = false;
"plaintext" = false;
"markdown" = false;
"scminput" = false;
};
};
};
};