Files
discord-rpc-godot/.vscode/settings.json

13 lines
369 B
JSON

{
"C_Cpp.default.includePath": [
"${workspaceFolder}/src/lib/godot-cpp/gen/include",
"${workspaceFolder}/src/lib/godot-cpp/include"
],
"files.associations": {
"*.gdextension": "config-definition"
},
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"python.formatting.provider": "none"
}