More vscode settings updates
This commit is contained in:
parent
5b9b5e130e
commit
21adc36934
10
.vscode/settings.json
vendored
10
.vscode/settings.json
vendored
|
@ -1,5 +1,13 @@
|
||||||
{
|
{
|
||||||
"files.associations": {
|
"files.associations": {
|
||||||
"ostream": "cpp"
|
"ostream": "cpp",
|
||||||
|
"algorithm": "cpp",
|
||||||
|
"random": "cpp",
|
||||||
|
"sstream": "cpp",
|
||||||
|
"array": "cpp",
|
||||||
|
"string_view": "cpp",
|
||||||
|
"initializer_list": "cpp",
|
||||||
|
"utility": "cpp",
|
||||||
|
"*.tpp": "cpp"
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in a new issue