-
Notifications
You must be signed in to change notification settings - Fork 1
/
cor64.code-workspace
98 lines (98 loc) · 2.7 KB
/
cor64.code-workspace
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
"folders": [
{
"path": "."
}
],
"settings": {
"files.associations": {
"*.tcc": "c",
"istream": "c",
"typeinfo": "c",
"array": "c",
"atomic": "c",
"deque": "c",
"string": "c",
"vector": "c",
"algorithm": "c",
"memory_resource": "c",
"string_view": "c",
"memory": "c",
"random": "c",
"fstream": "c",
"initializer_list": "c",
"sstream": "c",
"stdexcept": "c",
"tuple": "c",
"type_traits": "c",
"utility": "c",
"bit": "c",
"new": "c",
"ranges": "cpp",
"module.h": "c",
"*.inc": "c",
"rsp.h": "c",
"my_types.h": "c",
"cctype": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"cstdarg": "cpp",
"cstddef": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
"hash_map": "cpp",
"bitset": "cpp",
"chrono": "cpp",
"compare": "cpp",
"complex": "cpp",
"concepts": "cpp",
"condition_variable": "cpp",
"cstdint": "cpp",
"list": "cpp",
"map": "cpp",
"set": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"exception": "cpp",
"functional": "cpp",
"iterator": "cpp",
"numeric": "cpp",
"optional": "cpp",
"ratio": "cpp",
"system_error": "cpp",
"iosfwd": "cpp",
"iostream": "cpp",
"limits": "cpp",
"mutex": "cpp",
"numbers": "cpp",
"ostream": "cpp",
"shared_mutex": "cpp",
"stop_token": "cpp",
"streambuf": "cpp",
"thread": "cpp",
"cinttypes": "cpp",
"semaphore": "cpp",
"regex": "cpp",
"iomanip": "cpp",
"version": "cpp"
},
"dotnet-test-explorer.testProjectPath": "src/Tests/*.csproj",
},
"extensions": {
"recommendations": [
"formulahendry.dotnet-test-explorer",
"fudge.auto-using",
"ms-vscode.cpptools",
"ms-vscode.cpptools-extension-pack",
"ms-vscode.cpptools-themes",
"nuke.support",
"ms-vscode.cmake-tools",
"jeff-hykin.better-cpp-syntax",
"ms-dotnettools.csharp"
]
}
}