remove reference to CUD
This commit is contained in:
parent
e5ecd5f3a0
commit
70f6ae0092
3 changed files with 30 additions and 79 deletions
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
|
|
@ -284,5 +284,9 @@
|
|||
"C_Cpp_Runner.useLeakSanitizer": false,
|
||||
"C_Cpp_Runner.showCompilationTime": false,
|
||||
"C_Cpp_Runner.useLinkTimeOptimization": false,
|
||||
"C_Cpp_Runner.msvcSecureNoWarnings": false
|
||||
"C_Cpp_Runner.msvcSecureNoWarnings": false,
|
||||
"files.associations": {
|
||||
"random": "cpp",
|
||||
"*.tcc": "cpp"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue