mirror of
https://github.com/MaJerle/lwmem.git
synced 2025-01-26 06:02:54 +08:00
Update C/C++ properties
This commit is contained in:
parent
4bfb1c1c7d
commit
112cd6598d
9
.vscode/c_cpp_properties.json
vendored
9
.vscode/c_cpp_properties.json
vendored
@ -2,11 +2,12 @@
|
||||
"version": 4,
|
||||
"configurations": [
|
||||
{
|
||||
/*
|
||||
* Full configuration is provided by CMake plugin for vscode,
|
||||
* that shall be installed by user
|
||||
*/
|
||||
"name": "Win32",
|
||||
"compilerPath": "c:\\msys64\\mingw64\\bin\\gcc.exe",
|
||||
"cStandard": "gnu17",
|
||||
"cppStandard": "gnu++14",
|
||||
"intelliSenseMode": "windows-gcc-x86",
|
||||
"intelliSenseMode": "${default}",
|
||||
"configurationProvider": "ms-vscode.cmake-tools"
|
||||
}
|
||||
]
|
||||
|
9
examples/win32/.vscode/c_cpp_properties.json
vendored
9
examples/win32/.vscode/c_cpp_properties.json
vendored
@ -2,11 +2,12 @@
|
||||
"version": 4,
|
||||
"configurations": [
|
||||
{
|
||||
/*
|
||||
* Full configuration is provided by CMake plugin for vscode,
|
||||
* that shall be installed by user
|
||||
*/
|
||||
"name": "Win32",
|
||||
"compilerPath": "c:\\msys64\\mingw64\\bin\\gcc.exe",
|
||||
"cStandard": "gnu17",
|
||||
"cppStandard": "gnu++14",
|
||||
"intelliSenseMode": "windows-gcc-x86",
|
||||
"intelliSenseMode": "${default}",
|
||||
"configurationProvider": "ms-vscode.cmake-tools"
|
||||
}
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user