Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
SKyletoft committed Mar 20, 2022
1 parent 2de5e1d commit 7841124
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vsc_gui/src/template_creation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export function instanciate_template(template_name: string, new_name: string) {
gdbpath: "gdb-multiarch"
},
windows: {
// This is horrid, but as the debugger is a different extension, it cannot read changes we make to $PATH
gdbpath: `${extension_root}/native_dependencies/bin/arm-none-eabi-gdb.exe`
},
osx: {
Expand Down

0 comments on commit 7841124

Please sign in to comment.