mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 22:34:53 +08:00
19 lines
451 B
JSON
19 lines
451 B
JSON
{
|
|
"cmake.configureOnOpen": false,
|
|
"C_Cpp.intelliSenseEngine": "default",
|
|
"C_Cpp.default.browse.path": [
|
|
"${workspaceFolder}/godot-cpp/gen",
|
|
"${workspaceFolder}"
|
|
],
|
|
"C_Cpp.default.defines": ["TOOLS_ENABLED", "SPINE_GODOT_EXTENSION"],
|
|
"dotnet.defaultSolution": "disable",
|
|
"files.associations": {
|
|
"*.inc": "cpp",
|
|
"__split_buffer": "cpp",
|
|
"deque": "cpp",
|
|
"list": "cpp",
|
|
"string": "cpp",
|
|
"vector": "cpp"
|
|
}
|
|
}
|