fix: c_cpp_properties
This commit is contained in:
Vendored
+13
-4
@@ -1,20 +1,29 @@
|
|||||||
{
|
{
|
||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
"name": "macos-conda-qt",
|
"name": "macos-qt",
|
||||||
"includePath": [
|
"includePath": [
|
||||||
"${workspaceFolder}/**",
|
"${workspaceFolder}/**",
|
||||||
"/opt/homebrew/opt/qt/include"
|
"/opt/homebrew/opt/qt/include",
|
||||||
|
"/opt/homebrew/Cellar/qtbase/6.11.0/lib/QtCore.framework/Headers",
|
||||||
|
"/opt/homebrew/Cellar/qtbase/6.11.0/lib/QtGui.framework/Headers",
|
||||||
|
"/opt/homebrew/Cellar/qtbase/6.11.0/lib/QtWidgets.framework/Headers",
|
||||||
|
"/opt/homebrew/Cellar/qttools/6.11.0/include/QtUiPlugin",
|
||||||
|
"/opt/homebrew/Cellar/qtdeclarative/6.11.0/include/QtQmlDebug"
|
||||||
],
|
],
|
||||||
"defines": [],
|
"defines": [],
|
||||||
"compilerPath": "/usr/bin/clang++",
|
"compilerPath": "/usr/bin/clang++",
|
||||||
"cStandard": "c17",
|
"cStandard": "c17",
|
||||||
"cppStandard": "c++17",
|
"cppStandard": "c++17",
|
||||||
"intelliSenseMode": "macos-clang-arm64",
|
"intelliSenseMode": "macos-clang-arm64",
|
||||||
"configurationProvider": "kylinideteam.cmake-intellisence"
|
"configurationProvider": "kylinideteam.cmake-intellisence",
|
||||||
|
"macFrameworkPath": [
|
||||||
|
"/opt/homebrew/Cellar/qtbase/6.11.0/lib",
|
||||||
|
"/System/Library/Frameworks"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "win-conda-qt",
|
"name": "win-qt",
|
||||||
"includePath": [
|
"includePath": [
|
||||||
"${workspaceFolder}/**",
|
"${workspaceFolder}/**",
|
||||||
"${env:SCOOP}\\apps\\msys2-cn\\current\\ucrt64\\include",
|
"${env:SCOOP}\\apps\\msys2-cn\\current\\ucrt64\\include",
|
||||||
|
|||||||
Reference in New Issue
Block a user