Fix C_Cpp intellisense settings

This commit is contained in:
Charlotte 🦝 Delenk 2022-04-12 12:58:17 +01:00
parent fa89b5393f
commit f2141ad8db
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -149,9 +149,9 @@
"workbench.commandPalette.preserveInput" = true;
"workbench.iconTheme" = "material-icon-theme";
"workbench.list.smoothScrolling" = true;
"C_Cpp.intelliSenseEngine" = "disabled";
"C_Cpp.autocomplete" = "disabled";
"C_Cpp.errorSquiggles" = "disabled";
"C_Cpp.intelliSenseEngine" = "Disabled";
"C_Cpp.autocomplete" = "Disabled";
"C_Cpp.errorSquiggles" = "Disabled";
"clangd.path" = "${pkgs.llvmPackages_latest.clang-unwrapped}/bin/clangd";
};
};