mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +08:00
21 lines
453 B
JSON
21 lines
453 B
JSON
{
|
|
"cmake.configureOnOpen": false,
|
|
"C_Cpp.intelliSenseEngine": "default",
|
|
"dotnet.defaultSolution": "disable",
|
|
"files.associations": {
|
|
"__bit_reference": "cpp",
|
|
"__hash_table": "cpp",
|
|
"__tree": "cpp",
|
|
"map": "cpp",
|
|
"set": "cpp",
|
|
"string": "cpp",
|
|
"string_view": "cpp",
|
|
"unordered_map": "cpp",
|
|
"unordered_set": "cpp",
|
|
"vector": "cpp",
|
|
"__split_buffer": "cpp",
|
|
"deque": "cpp",
|
|
"list": "cpp"
|
|
}
|
|
}
|