wxMahjong/.vscode/settings.json
2022-05-31 07:44:42 +03:00

32 lines
826 B
JSON

{
"makefile.extensionOutputFolder": "./.vscode",
"makefile.launchConfigurations": [
{
"cwd": "/home/dm1sh/dev/wxMahjong/build",
"binaryPath": "/home/dm1sh/dev/wxMahjong/build/wxMahjong",
"binaryArgs": []
}
],
"files.associations": {
"array": "cpp",
"*.tcc": "cpp",
"cmath": "cpp",
"compare": "cpp",
"concepts": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"deque": "cpp",
"list": "cpp",
"vector": "cpp",
"exception": "cpp",
"initializer_list": "cpp",
"limits": "cpp",
"new": "cpp",
"cstdint": "cpp",
"type_traits": "cpp",
"typeinfo": "cpp",
"unordered_set": "cpp",
"set": "cpp",
"tuple": "cpp"
}
}