Skip to content

Commit

Permalink
chore(vscode): add file associations
Browse files Browse the repository at this point in the history
  • Loading branch information
aleks-f committed Jul 21, 2022
1 parent ea42684 commit 999c1c0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,10 @@
"__bits": "cpp",
"variant": "cpp",
"condition_variable": "cpp",
"valarray": "cpp"
"valarray": "cpp",
"strstream": "cpp",
"future": "cpp",
"shared_mutex": "cpp"
},
"files.exclude": {
"**/.dep": true,
Expand Down

0 comments on commit 999c1c0

Please sign in to comment.