deactivated copilot for cpp files for uni coding exercises
This commit is contained in:
parent
9945f74cfa
commit
052499525b
@ -111,6 +111,14 @@
|
||||
"\${workspaceFolder}/**"
|
||||
];
|
||||
"C_Cpp.clang_format_fallbackStyle" = "Microsoft";
|
||||
|
||||
"github.copilot.enable" = {
|
||||
"*" = true;
|
||||
plaintext = false;
|
||||
markdown = false;
|
||||
scminput = false;
|
||||
cpp = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user