deactivated copilot for cpp files for uni coding exercises

This commit is contained in:
Kristian Krsnik 2023-10-15 16:03:22 +02:00
parent 9945f74cfa
commit 052499525b
Signed by: Kristian
GPG Key ID: FD1330AC9F909E85
1 changed files with 8 additions and 0 deletions

View File

@ -111,6 +111,14 @@
"\${workspaceFolder}/**"
];
"C_Cpp.clang_format_fallbackStyle" = "Microsoft";
"github.copilot.enable" = {
"*" = true;
plaintext = false;
markdown = false;
scminput = false;
cpp = false;
};
};
};
}