fixed godot-cpp includepath
This commit is contained in:
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"C_Cpp.default.includePath": [
|
"C_Cpp.default.includePath": [
|
||||||
"godot-cpp/include",
|
"lib/godot-cpp/include",
|
||||||
"godot-cpp/gen/include",
|
"lib/godot-cpp/gen/include",
|
||||||
"godot-cpp/gdextension",
|
"lib/godot-cpp/gdextension"
|
||||||
],
|
],
|
||||||
"files.associations": {
|
"files.associations": {
|
||||||
"xlocbuf": "cpp"
|
"xlocbuf": "cpp"
|
||||||
|
Reference in New Issue
Block a user