mirror of
https://github.com/MaJerle/lwshell.git
synced 2025-02-06 13:08:22 +08:00
Update vscode c_cpp_properties.json to use cmake as provider
This commit is contained in:
parent
f95dfc90a2
commit
5aa9b2971c
10
.vscode/c_cpp_properties.json
vendored
10
.vscode/c_cpp_properties.json
vendored
@ -2,16 +2,6 @@
|
|||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
"name": "Win32",
|
"name": "Win32",
|
||||||
"includePath": [
|
|
||||||
"${workspaceFolder}\\dev\\",
|
|
||||||
"${workspaceFolder}\\lwshell\\src\\include\\"
|
|
||||||
],
|
|
||||||
"defines": [
|
|
||||||
"WIN32",
|
|
||||||
"_DEBUG",
|
|
||||||
"UNICODE",
|
|
||||||
"_UNICODE"
|
|
||||||
],
|
|
||||||
"compilerPath": "c:\\msys64\\mingw64\\bin\\gcc.exe",
|
"compilerPath": "c:\\msys64\\mingw64\\bin\\gcc.exe",
|
||||||
"cStandard": "gnu17",
|
"cStandard": "gnu17",
|
||||||
"cppStandard": "gnu++14",
|
"cppStandard": "gnu++14",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user