enable github copilot for all file types
This commit is contained in:
parent
f9efdc24c3
commit
58cd32d33a
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@
|
|||
"C_Cpp.errorSquiggles" = "Disabled";
|
||||
"clang-tidy.executable" = "${pkgs.llvmPackages_latest.clang-unwrapped}/bin/clang-tidy";
|
||||
"cmake.cmakePath" = "${pkgs.cmake}/bin/cmake";
|
||||
"github.copilot.enable" = ["*"];
|
||||
"github.copilot.enable" = { "*" = true; };
|
||||
"crates.listPreReleases" = true;
|
||||
"css.format.spaceAroundSelectorSeparator" = true;
|
||||
"less.format.spaceAroundSelectorSeparator" = true;
|
||||
|
|
Loading…
Reference in a new issue