-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworkspace.code-workspace
56 lines (56 loc) · 1.06 KB
/
workspace.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
{
"folders": [
{
"path": "."
},
{
"path": "..\\..\\esp\\ESP8266_RTOS_SDK"
}
],
"settings": {
"files.associations": {
"*.COBOL*": "cobol",
"*.COB*": "cobol",
"*.COBCOPY*": "cobol",
"*.COPYBOOK*": "cobol",
"*.COPY*": "cobol",
"*.PL1*": "pl1",
"*.PLI*": "pl1",
"*.INC*": "pl1",
"*.INCLUDE*": "pl1",
"*.JCL*": "jcl",
"*.ASM*": "hlasm",
"*.ASSEMBLE*": "hlasm",
"*.HLASM*": "hlasm",
"*.HLA*": "hlasm",
"sdkconfig": "c",
"server_task.h": "c",
"esp_netif.h": "c",
"sockets.h": "c",
"semphr.h": "c",
"esp_event.h": "c",
"u8g2_esp8266_hal.h": "c",
"*.inc": "c",
"freertos.h": "c",
"array": "cpp",
"deque": "cpp",
"list": "cpp",
"string": "cpp",
"unordered_map": "cpp",
"vector": "cpp",
"string_view": "cpp",
"initializer_list": "cpp",
"esp_system.h": "c",
"esp_err.h": "c",
"ets_sys.h": "c",
"freertosconfig.h": "c",
"stdlib.h": "c",
"spi.h": "c",
"eagle_soc.h": "c",
"spi_struct.h": "c",
"ibus_data.h": "c",
"portmacro.h": "c",
"netdb.h": "c"
}
}
}