32 lines
826 B
JSON
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"
|
|
}
|
|
} |