Files
discord-rpc-godot/.vscode/settings.json
2024-03-01 12:26:56 +01:00

13 lines
355 B
JSON

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