-
Notifications
You must be signed in to change notification settings - Fork 0
/
perseus-v2.code-workspace
119 lines (119 loc) · 3.46 KB
/
perseus-v2.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"folders": [
{
"path": "."
},
// {
// "path": "Software/native/can-interface"
// }
],
"settings": {
"nixEnvSelector.suggestion": true,
"files.associations": {
"array": "cpp",
"atomic": "cpp",
"bit": "cpp",
"cctype": "cpp",
"charconv": "cpp",
"chrono": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"codecvt": "cpp",
"compare": "cpp",
"concepts": "cpp",
"condition_variable": "cpp",
"csignal": "cpp",
"cstdarg": "cpp",
"cstddef": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
"deque": "cpp",
"list": "cpp",
"map": "cpp",
"set": "cpp",
"string": "cpp",
"unordered_map": "cpp",
"unordered_set": "cpp",
"vector": "cpp",
"exception": "cpp",
"algorithm": "cpp",
"functional": "cpp",
"iterator": "cpp",
"memory": "cpp",
"memory_resource": "cpp",
"numeric": "cpp",
"optional": "cpp",
"random": "cpp",
"ratio": "cpp",
"string_view": "cpp",
"system_error": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"utility": "cpp",
"format": "cpp",
"future": "cpp",
"initializer_list": "cpp",
"iomanip": "cpp",
"iosfwd": "cpp",
"iostream": "cpp",
"istream": "cpp",
"limits": "cpp",
"mutex": "cpp",
"new": "cpp",
"numbers": "cpp",
"ostream": "cpp",
"semaphore": "cpp",
"shared_mutex": "cpp",
"span": "cpp",
"sstream": "cpp",
"stdexcept": "cpp",
"stop_token": "cpp",
"streambuf": "cpp",
"thread": "cpp",
"typeindex": "cpp",
"typeinfo": "cpp",
"variant": "cpp",
"any": "cpp",
"fstream": "cpp",
"cinttypes": "cpp",
"strstream": "cpp",
"bitset": "cpp",
"cfenv": "cpp",
"complex": "cpp",
"forward_list": "cpp",
"regex": "cpp",
"source_location": "cpp",
"ranges": "cpp",
"valarray": "cpp"
},
"C_Cpp.default.cppStandard": "c++20",
"nixEnvSelector.nixFile": "${workspaceFolder}/flake.nix",
"editor.defaultFormatter": "ibecker.treefmt-vscode",
"[markdown]": {
"editor.defaultFormatter": "ibecker.treefmt-vscode"
},
"[cpp]": {
"editor.defaultFormatter": "ibecker.treefmt-vscode"
},
"editor.formatOnSave": true,
"editor.detectIndentation": true,
},
"extensions": {
"recommendations": [
"jeff-hykin.better-cpp-syntax",
"ms-python.vscode-pylance",
"ms-python.python",
"ms-python.debugpy",
"christian-kohler.path-intellisense",
"cschlosser.doxdocgen",
"mkhl.direnv",
"ms-vscode.cpptools",
"ibecker.treefmt-vscode"
]
}
}