Make vscode settings file
This commit is contained in:
parent
d10255bb61
commit
af7afd6af5
26
colorchord2/.vscode/c_cpp_properties.json
vendored
Normal file
26
colorchord2/.vscode/c_cpp_properties.json
vendored
Normal file
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Win32",
|
||||
"includePath": [
|
||||
"${workspaceFolder}/**",
|
||||
"${workspaceFolder}/../embeddedcommon"
|
||||
],
|
||||
"defines": [
|
||||
"_DEBUG",
|
||||
"UNICODE",
|
||||
"_UNICODE",
|
||||
"CNFA_IMPLEMENTATION",
|
||||
"__TINYC__",
|
||||
"TCC",
|
||||
"NO_WIN_HEADERS"
|
||||
],
|
||||
"windowsSdkVersion": "10.0.17763.0",
|
||||
"compilerPath": "C:/Program Files (x86)/Microsoft Visual Studio/2017/Enterprise/VC/Tools/MSVC/14.16.27023/bin/Hostx64/x64/cl.exe",
|
||||
"cStandard": "c11",
|
||||
"cppStandard": "c++17",
|
||||
"intelliSenseMode": "msvc-x64"
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
}
|
Loading…
Reference in a new issue