Add more file associations

This commit is contained in:
kayomn 2023-02-24 00:31:51 +00:00
parent 62514f350e
commit 53ec658439
1 changed files with 10 additions and 5 deletions

15
.vscode/settings.json vendored
View File

@ -1,10 +1,15 @@
{ {
"files.associations": { "files.associations": {
"type_traits": "cpp", "type_traits": "cpp",
"cassert": "cpp", "cassert": "cpp",
"cstddef": "cpp", "cstddef": "cpp",
"string_view": "cpp" "string_view": "cpp",
}, "system_error": "cpp",
"array": "cpp",
"functional": "cpp",
"tuple": "cpp",
"utility": "cpp"
},
"editor.detectIndentation": false, "editor.detectIndentation": false,
"editor.insertSpaces": false, "editor.insertSpaces": false,
"C_Cpp.errorSquiggles": "disabled", "C_Cpp.errorSquiggles": "disabled",