Files
discord-rpc-godot/.vscode/settings.json
2023-04-26 11:40:22 +02:00

10 lines
199 B
JSON

{
"C_Cpp.default.includePath": [
"godot-cpp/include",
"godot-cpp/gen/include",
"godot-cpp/gdextension",
],
"files.associations": {
"xlocbuf": "cpp"
}
}