remove reference to CUD

This commit is contained in:
reaw55 2024-01-31 00:32:57 +07:00
parent e5ecd5f3a0
commit 70f6ae0092
3 changed files with 30 additions and 79 deletions

View file

@ -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"
}
}