-
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathPVRouter-3-phase.code-workspace
More file actions
58 lines (58 loc) · 1.03 KB
/
PVRouter-3-phase.code-workspace
File metadata and controls
58 lines (58 loc) · 1.03 KB
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
{
"folders": [
{
"path": "."
},
{
"name": "Calibration tool",
"path": "dev/cal_CTx_v_meter"
},
{
"name": "Router program",
"path": "Mk2_3phase_RFdatalog_temp"
},
{
"name": "CT Analyzer free-running",
"path": "dev/RST_3phase_free_dev"
},
{
"name": "Transformer checker",
"path": "dev/Transformer_Checker"
},
{
"name": "6-channel raw sampler",
"path": "dev/RawSamplesTool_6chan"
},
{
"name": "MathPerfTests",
"path": "dev/MathPerfTests"
},
],
"settings": {
"files.associations": {
"xtr1common": "cpp",
"new": "cpp",
"cstddef": "cpp",
"compare": "cpp",
"concepts": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"cwchar": "cpp",
"exception": "cpp",
"initializer_list": "cpp",
"limits": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"utility": "cpp",
"vector": "cpp",
"xmemory": "cpp",
"xutility": "cpp",
"istream": "cpp",
"memory": "cpp",
"xlocnum": "cpp",
"xlocale": "cpp"
}
}
}