Files
discord-rpc-godot/.vscode/settings.json
2023-05-12 22:10:08 +02:00

13 lines
349 B
JSON

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