mirror of
https://github.com/Crocmagnon/buzzer.git
synced 2024-11-21 07:28:06 +01:00
Update vscode settings
This commit is contained in:
parent
6dde204b84
commit
089654dab1
1 changed files with 4 additions and 1 deletions
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
|
@ -10,6 +10,9 @@
|
|||
"initializer_list": "cpp",
|
||||
"regex": "cpp",
|
||||
"*.tcc": "cpp",
|
||||
"system_error": "cpp"
|
||||
"system_error": "cpp",
|
||||
"atomic": "cpp",
|
||||
"fstream": "cpp",
|
||||
"sstream": "cpp"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue