-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathazure_iot_hub.code-workspace
52 lines (52 loc) · 1.36 KB
/
azure_iot_hub.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
{
"folders": [
{
"path": "app_iothub_client"
},
{
"path": "asp3_dcre"
},
{
"path": "azure_iothub"
},
{
"path": "curl-7.57.0"
},
{
"path": "mbedtls-2.16.1"
},
{
"path": "musl-1.1.18"
},
{
"path": "wolfssl-3.15.7"
},
{
"path": "zlib-1.2.11"
}
],
"settings": {
"terminal.integrated.setLocaleVariables": true,
"terminal.integrated.shell.windows": "C:\\msys64\\usr\\bin\\bash.exe",
"terminal.integrated.shellArgs.windows": [
"--login",
"-i"
],
"terminal.integrated.env.windows": {
"PATH": "C:\\Ruby26-x64\\bin;C:\\Program Files (x86)\\GCC for Renesas RX 8.3.0.201904-GNURX-ELF\\rx-elf\\rx-elf\\bin;C:\\Program Files\\GNU MCU Eclipse\\OpenOCD\\0.10.0-12-20190422-2015\\bin",
"CHERE_INVOKING": "1",
"MSYS2_PATH_TYPE": "inherit",
"MSYSTEM": "MINGW64"
},
"terminal.integrated.env.osx": {
"PATH": "/usr/local/gcc-for-renesas-rx-8.3.0.201904-gnurx-elf/rx-elf/rx-elf/bin:/usr/local/gnu-mcu-eclipse/openocd/0.10.0-12-20190422-2015/bin:${env:PATH}"
},
"terminal.integrated.shell.linux": "/bin/bash",
"terminal.integrated.shellArgs.linux": [
"-l"
],
"terminal.integrated.env.linux": {
"PATH": "/usr/local/gcc-for-renesas-rx-8.3.0.201904-gnurx-elf/rx-elf/rx-elf/bin:/usr/local/gnu-mcu-eclipse/openocd/0.10.0-12-20190422-2015/bin:${env:PATH}"
}
}
}