mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2025-01-01 10:04:12 +08:00
13 lines
356 B
JSON
13 lines
356 B
JSON
|
{
|
||
|
"cmake.buildDirectory":
|
||
|
"${workspaceFolder}/build/${buildKitTargetOs}-${buildKitVendor}-${buildKitTargetArch}-${buildType}",
|
||
|
"files.associations": {
|
||
|
"cctype": "cpp",
|
||
|
"iostream": "cpp",
|
||
|
"istream": "cpp",
|
||
|
"string": "cpp",
|
||
|
"vector": "cpp",
|
||
|
"xmemory": "cpp",
|
||
|
"xstring": "cpp"
|
||
|
}
|
||
|
}
|