Let VSCode update some weird mappings

This commit is contained in:
Sam Vervaeck 2024-07-10 17:41:35 +02:00
parent eef984f5a9
commit 05792ee99d
Signed by: samvv
SSH key fingerprint: SHA256:dIg0ywU1OP+ZYifrYxy8c5esO72cIKB+4/9wkZj1VaY

View file

@ -76,7 +76,9 @@
"__nullptr": "cpp",
"__config": "cpp",
"__debug": "cpp",
"stack": "cpp"
"stack": "cpp",
"format": "cpp",
"future": "cpp"
},
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools"
}