Let VSCode update some weird mappings
This commit is contained in:
parent
eef984f5a9
commit
05792ee99d
1 changed files with 3 additions and 1 deletions
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
|
@ -76,7 +76,9 @@
|
||||||
"__nullptr": "cpp",
|
"__nullptr": "cpp",
|
||||||
"__config": "cpp",
|
"__config": "cpp",
|
||||||
"__debug": "cpp",
|
"__debug": "cpp",
|
||||||
"stack": "cpp"
|
"stack": "cpp",
|
||||||
|
"format": "cpp",
|
||||||
|
"future": "cpp"
|
||||||
},
|
},
|
||||||
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools"
|
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools"
|
||||||
}
|
}
|
Loading…
Reference in a new issue