using environment variable (portability)

This commit is contained in:
Martin Brodbeck 2022-05-30 14:16:10 +02:00
parent 6707c4d19f
commit a5e3e3c671
2 changed files with 2 additions and 2 deletions

2
.vscode/launch.json vendored
View File

@ -25,7 +25,7 @@
// "break main", // "break main",
// "continue" // "continue"
//], //],
"searchDir": ["/home/brodbemn/src/openocd/tcl"], "searchDir": ["${env:HOME}/src/openocd/tcl"],
} }
] ]
} }

View File

@ -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",
} }