Files
discord-rpc-godot/.vscode/settings.json
2023-05-04 20:15:33 +02:00

14 lines
352 B
JSON

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