Updates for VSCode
Configure copilot settings Enable again on IVR
This commit is contained in:
@@ -27,6 +27,7 @@ in
|
|||||||
development = true;
|
development = true;
|
||||||
gui = true;
|
gui = true;
|
||||||
pypackage = py;
|
pypackage = py;
|
||||||
|
vscodium = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
|
|||||||
@@ -62,6 +62,12 @@ in
|
|||||||
"vscode-neovim.neovimInitVimPaths.darwin" = "~/.config/nvim/init.lua";
|
"vscode-neovim.neovimInitVimPaths.darwin" = "~/.config/nvim/init.lua";
|
||||||
"vscode-neovim.neovimInitVimPaths.linux" = "~/.config/nvim/init.lua";
|
"vscode-neovim.neovimInitVimPaths.linux" = "~/.config/nvim/init.lua";
|
||||||
"workbench.settings.applyToAllProfiles" = [ "direnv.path.executable" ];
|
"workbench.settings.applyToAllProfiles" = [ "direnv.path.executable" ];
|
||||||
|
"github.copilot.enable" = {
|
||||||
|
"*" = false;
|
||||||
|
"plaintext" = false;
|
||||||
|
"markdown" = false;
|
||||||
|
"scminput" = false;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user