Files
Seele/.vscode/settings.json
T

19 lines
517 B
JSON
Raw Normal View History

2020-03-24 21:05:32 +01:00
{
"C_Cpp.default.configurationProvider": "go2sh.cmake-integration",
"telemetry.enableTelemetry": false,
"cmake.buildDirectory": "${workspaceFolder}/bin/${buildType}",
2020-04-01 02:17:49 +02:00
"git.autofetch": false,
2020-03-24 21:05:32 +01:00
"files.associations": {
2020-04-01 02:17:49 +02:00
"*.h": "cpp",
"xstring": "cpp",
"list": "cpp",
"xhash": "cpp",
"xiosbase": "cpp",
"xmemory": "cpp",
"xtree": "cpp",
2020-04-12 15:47:19 +02:00
"type_traits": "cpp",
"vector": "cpp",
"*.rh": "cpp",
"memory": "cpp"
},
2020-03-24 21:05:32 +01:00
}