-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathazure_sphere_mruby.code-workspace
39 lines (39 loc) · 1.18 KB
/
azure_sphere_mruby.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
{
"folders": [
{
"path": "mruby-2.1.1"
},
{
"path": "app"
}
],
"settings": {
"terminal.integrated.shell.windows": "cmd.exe",
"terminal.integrated.env.osx": {
"PATH": "/usr/local/gcc-arm-none-eabi-6-2017-q2-update/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-arm-none-eabi-6-2017-q2-update/bin:/usr/local/gnu-mcu-eclipse/openocd/0.10.0-12-20190422-2015/bin:${env:PATH}"
},
"files.associations": {
"const_defines.h": "c",
"string.h": "c"
},
"cmake.buildDirectory": "${workspaceRoot}/out/${buildType}-${command:azuresphere.AzureSphereTargetApiSet}",
"cmake.buildToolArgs": [
"-v"
],
"cmake.configureOnOpen": true,
"cmake.generator": "Ninja",
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
"cmake.configureSettings": {
"CMAKE_TOOLCHAIN_FILE": "${command:azuresphere.AzureSphereSdkDir}/CMakeFiles/AzureSphereToolchain.cmake",
"AZURE_SPHERE_TARGET_API_SET": "latest-lts"
}
},
"terminal.integrated.automationShell.windows": ""
}