forked from robidev/iec61850_open_server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproj.code-workspace
More file actions
44 lines (44 loc) · 796 Bytes
/
proj.code-workspace
File metadata and controls
44 lines (44 loc) · 796 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": "."
},
{
"path": "../libiec61850"
}
],
"settings": {
"files.associations": {
"static_model.h": "c",
"hal_thread.h": "c",
"iec61850_server.h": "c",
"iec61850_dynamic_model_input.h": "c",
"inputs_api.h": "c",
"libiec61850_platform_includes.h": "c",
"*.tcc": "c",
"algorithm": "c",
"memory": "c",
"random": "c",
"fstream": "c",
"iosfwd": "c",
"istream": "c",
"ostream": "c",
"numeric": "c",
"sstream": "c",
"streambuf": "c",
"functional": "c",
"iec61850_model.h": "c",
"unordered_map": "c",
"cmath": "c",
"optional": "c",
"system_error": "c",
"array": "c",
"tuple": "c",
"type_traits": "c",
"utility": "c",
"limits": "cpp",
"new": "cpp",
"stdexcept": "cpp"
}
}
}