update .vscode
This commit is contained in:
Vendored
+6
-6
@@ -5,11 +5,11 @@
|
|||||||
"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.1/lib/QtCore.framework/Headers",
|
||||||
"/opt/homebrew/Cellar/qtbase/6.11.0/lib/QtGui.framework/Headers",
|
"/opt/homebrew/Cellar/qtbase/6.11.1/lib/QtGui.framework/Headers",
|
||||||
"/opt/homebrew/Cellar/qtbase/6.11.0/lib/QtWidgets.framework/Headers",
|
"/opt/homebrew/Cellar/qtbase/6.11.1/lib/QtWidgets.framework/Headers",
|
||||||
"/opt/homebrew/Cellar/qttools/6.11.0/include/QtUiPlugin",
|
"/opt/homebrew/Cellar/qttools/6.11.1/include/QtUiPlugin",
|
||||||
"/opt/homebrew/Cellar/qtdeclarative/6.11.0/include/QtQmlDebug"
|
"/opt/homebrew/Cellar/qtdeclarative/6.11.1/include/QtQmlDebug"
|
||||||
],
|
],
|
||||||
"defines": [],
|
"defines": [],
|
||||||
"compilerPath": "/usr/bin/clang++",
|
"compilerPath": "/usr/bin/clang++",
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
"intelliSenseMode": "macos-clang-arm64",
|
"intelliSenseMode": "macos-clang-arm64",
|
||||||
"configurationProvider": "kylinideteam.cmake-intellisence",
|
"configurationProvider": "kylinideteam.cmake-intellisence",
|
||||||
"macFrameworkPath": [
|
"macFrameworkPath": [
|
||||||
"/opt/homebrew/Cellar/qtbase/6.11.0/lib",
|
"/opt/homebrew/Cellar/qtbase/6.11.1/lib",
|
||||||
"/System/Library/Frameworks"
|
"/System/Library/Frameworks"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user