25 lines
690 B
JSON
25 lines
690 B
JSON
{
|
|
"C_Cpp.default.includePath": [
|
|
"${workspaceFolder}/src/lib/godot-cpp/gen/include",
|
|
"${workspaceFolder}/src/lib/godot-cpp/include"
|
|
],
|
|
"files.associations": {
|
|
"*.gdextension": "ini",
|
|
"charconv": "cpp",
|
|
"chrono": "cpp",
|
|
"optional": "cpp",
|
|
"format": "cpp",
|
|
"ratio": "cpp",
|
|
"system_error": "cpp",
|
|
"array": "cpp",
|
|
"functional": "cpp",
|
|
"tuple": "cpp",
|
|
"type_traits": "cpp",
|
|
"utility": "cpp"
|
|
},
|
|
"[python]": {
|
|
"editor.defaultFormatter": "ms-python.black-formatter"
|
|
},
|
|
"python.formatting.provider": "none",
|
|
"cmake.ignoreCMakeListsMissing": true
|
|
} |