mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
Fixed removing all variables
This commit is contained in:
parent
c58b1043b8
commit
cc2b36430d
1 changed files with 2 additions and 2 deletions
4
.vscode/setup.sh
vendored
4
.vscode/setup.sh
vendored
|
@ -79,7 +79,7 @@ function setup_wsl {
|
||||||
setup_gdb_linux
|
setup_gdb_linux
|
||||||
setup_jlink_wsl
|
setup_jlink_wsl
|
||||||
cp "$VSCODEPATH/templates/tasks_wsl.json" "$VSCODEPATH/tasks.json"
|
cp "$VSCODEPATH/templates/tasks_wsl.json" "$VSCODEPATH/tasks.json"
|
||||||
envsubst <"$VSCODEPATH/templates/launch_wsl.json" > "$VSCODEPATH/launch.json"
|
envsubst '${SerialPort} ${DebuggerPath} ${JLinkServerPath} ${DeviceMem}' <"$VSCODEPATH/templates/launch_wsl.json" > "$VSCODEPATH/launch.json"
|
||||||
}
|
}
|
||||||
|
|
||||||
function setup_linux {
|
function setup_linux {
|
||||||
|
@ -87,7 +87,7 @@ function setup_linux {
|
||||||
setup_gdb_linux
|
setup_gdb_linux
|
||||||
setup_jlink_linux
|
setup_jlink_linux
|
||||||
cp "$VSCODEPATH/templates/tasks_linux.json" "$VSCODEPATH/tasks.json"
|
cp "$VSCODEPATH/templates/tasks_linux.json" "$VSCODEPATH/tasks.json"
|
||||||
envsubst <"$VSCODEPATH/templates/launch_linux.json" > "$VSCODEPATH/launch.json"
|
envsubst '${SerialPort} ${DebuggerPath} ${JLinkServerPath} ${DeviceMem}' <"$VSCODEPATH/templates/launch_linux.json" > "$VSCODEPATH/launch.json"
|
||||||
}
|
}
|
||||||
|
|
||||||
function setup_ps {
|
function setup_ps {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue