VSCode misc

This commit is contained in:
jakcron 2018-03-17 19:59:00 +08:00
parent ab79017968
commit 74c15bd238

8
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,8 @@
{
"files.associations": {
"__functional_base": "cpp",
"memory": "cpp",
"tuple": "cpp",
"utility": "cpp"
}
}