We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e098f9c commit 1b7525dCopy full SHA for 1b7525d
.gitignore
@@ -17,6 +17,7 @@ build
17
!.vscode/tasks.json
18
!.vscode/launch.json
19
!.vscode/extensions.json
20
+!.vscode/cp.code-snippets
21
22
# Stress Tester
23
/stress-tester/*
.vscode/settings.json
@@ -10,4 +10,23 @@
10
"statusBarVisibility": "hidden"
11
}
12
},
13
+ "files.associations": {
14
+ "valarray": "cpp",
15
+ "bitset": "cpp",
16
+ "complex": "cpp",
+ "limits": "cpp",
+ "memory": "cpp",
+ "functional": "cpp",
+ "iostream": "cpp",
+ "numbers": "cpp",
+ "tuple": "cpp",
+ "*.tcc": "cpp",
24
+ "deque": "cpp",
25
+ "list": "cpp",
26
+ "string": "cpp",
27
+ "unordered_map": "cpp",
28
+ "unordered_set": "cpp",
29
+ "vector": "cpp",
30
+ "numeric": "cpp"
31
+ },
32
0 commit comments