Skip to content

Commit

Permalink
fix: add settings to make sure we have the right PATH inside the term…
Browse files Browse the repository at this point in the history
…inal
  • Loading branch information
daanporon committed Apr 23, 2024
1 parent 1e669a6 commit 6c52779
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"terminal.integrated.env.linux": {
"PATH": "${workspaceFolder}/build/bin:${env:PATH}"
}
}

0 comments on commit 6c52779

Please sign in to comment.