Skip to content

Commit

Permalink
simplified c_cpp_properties.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vorlac authored Jan 26, 2024
1 parent 992876b commit 87115b2
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,22 @@
{
"name": "GDNative C++ (GCC)",
"configurationProvider": "ms-vscode.cmake-tools",
"intelliSenseMode": "linux-gcc-x64",
"cppStandard": "gnu++23",
"compilerPath": "g++"
"intelliSenseMode": "linux-gcc-x64"
},
{
"name": "GDNative C++ (Clang)",
"configurationProvider": "ms-vscode.cmake-tools",
"intelliSenseMode": "linux-clang-x64",
"cppStandard": "gnu++23",
"compilerPath": "clang++"
"intelliSenseMode": "linux-clang-x64"
},
{
"name": "Mac GDNative C++ (Clang)",
"configurationProvider": "ms-vscode.cmake-tools",
"intelliSenseMode": "macos-clang-x64",
"cppStandard": "gnu++23",
"compilerPath": "clang++"
"intelliSenseMode": "macos-clang-x64"
},
{
"name": "GDNative C++ (MSVC)",
"configurationProvider": "ms-vscode.cmake-tools",
"intelliSenseMode": "windows-msvc-x64",
"cppStandard": "c++23",
"compilerPath": "cl"
"intelliSenseMode": "windows-msvc-x64"
}
]
}

0 comments on commit 87115b2

Please sign in to comment.