enable github copilot for all file types

This commit is contained in:
Charlotte 🦝 Delenk 2022-04-15 09:11:51 +01:00
parent f9efdc24c3
commit 58cd32d33a
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -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;