{ "configurations": [ { "name": "Win32", "includePath": [ "${workspaceFolder}/**" ], "defines": [ "_DEBUG", "UNICODE", "_UNICODE" ], "windowsSdkVersion": "10.0.22621.0", "cStandard": "c17", "cppStandard": "c++17", "intelliSenseMode": "windows-msvc-x64", "compileCommands": "${workspaceFolder}/build/MyGodotExtention_Windows-AMD64/compile_commands.json", "configurationProvider": "ms-vscode.cmake-tools" } ], "version": 4 }