-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCompetition.code-workspace
More file actions
44 lines (44 loc) · 945 Bytes
/
Competition.code-workspace
File metadata and controls
44 lines (44 loc) · 945 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"folders": [
{
"path": "."
}
],
"settings": {
"git.autorefresh": true,
"files.associations": {
".fantomasignore": "ignore",
"*.sass": "scss",
"random": "cpp",
"iostream": "cpp",
"array": "cpp",
"chrono": "cpp",
"deque": "cpp",
"list": "cpp",
"queue": "cpp",
"vector": "cpp",
"forward_list": "cpp",
"span": "cpp",
"xstring": "cpp",
"xutility": "cpp",
"string": "c",
"string_view": "c",
"ranges": "c",
"unordered_map": "cpp",
"unordered_set": "cpp",
"format": "cpp",
"generator": "cpp",
"initializer_list": "cpp",
"stacktrace": "cpp",
"text_encoding": "cpp",
"regex": "cpp",
"valarray": "cpp",
"barrier": "cpp",
"latch": "cpp",
"limits": "cpp",
"semaphore": "cpp",
"*.tcc": "c"
},
"dotnet.defaultSolution": "disable"
}
}