Updates for VSCode
Configure copilot settings Enable again on IVR
This commit is contained in:
@@ -27,6 +27,7 @@ in
|
||||
development = true;
|
||||
gui = true;
|
||||
pypackage = py;
|
||||
vscodium = true;
|
||||
};
|
||||
|
||||
home = {
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user