Skip to content

Commit

Permalink
Update vscode configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
RanolP committed Feb 22, 2020
1 parent 685db38 commit effa3b7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
"files.associations": {
"*.tcc": "cpp",
"type_traits": "cpp",
"optional": "cpp"
"optional": "cpp",
"system_error": "cpp",
"array": "cpp",
"tuple": "cpp",
"utility": "cpp",
"functional": "cpp"
}
}

0 comments on commit effa3b7

Please sign in to comment.