update IR Capture

This commit is contained in:
Siwat Sirichai 2024-04-04 18:03:34 +07:00
parent 6ff586b27b
commit dc96be25b8
2 changed files with 163 additions and 16 deletions

View file

@ -55,5 +55,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": {
"istream": "cpp",
"map": "cpp"
}
}