using environment variable (portability)
This commit is contained in:
parent
6707c4d19f
commit
a5e3e3c671
2 changed files with 2 additions and 2 deletions
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
|
@ -25,7 +25,7 @@
|
||||||
// "break main",
|
// "break main",
|
||||||
// "continue"
|
// "continue"
|
||||||
//],
|
//],
|
||||||
"searchDir": ["/home/brodbemn/src/openocd/tcl"],
|
"searchDir": ["${env:HOME}/src/openocd/tcl"],
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
|
@ -14,6 +14,6 @@
|
||||||
"visibility": "hidden"
|
"visibility": "hidden"
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
"cortex-debug.openocdPath": "/home/brodbemn/src/openocd/src/openocd",
|
"cortex-debug.openocdPath": "${env:HOME}/src/openocd/src/openocd",
|
||||||
"cmake.generator": "Unix Makefiles",
|
"cmake.generator": "Unix Makefiles",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue