- updated vscode stuff
This commit is contained in:
Vendored
+13
-1
@@ -1,5 +1,17 @@
|
||||
{
|
||||
"files.associations": {
|
||||
"complex": "cpp"
|
||||
"complex": "cpp",
|
||||
"*.mm": "cpp",
|
||||
"*.tcc": "cpp",
|
||||
"unordered_map": "cpp",
|
||||
"fstream": "cpp",
|
||||
"istream": "cpp",
|
||||
"numeric": "cpp",
|
||||
"ostream": "cpp",
|
||||
"sstream": "cpp",
|
||||
"bitset": "cpp",
|
||||
"memory": "cpp",
|
||||
"random": "cpp",
|
||||
"optional": "cpp"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user