Files
Seele/.vscode/settings.json
T

16 lines
443 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",
"type_traits": "cpp"
2020-03-24 21:05:32 +01:00
}
}