Skip to content

Commit 6c52779

Browse files
committed
fix: add settings to make sure we have the right PATH inside the terminal
1 parent 1e669a6 commit 6c52779

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"terminal.integrated.env.linux": {
3+
"PATH": "${workspaceFolder}/build/bin:${env:PATH}"
4+
}
5+
}

0 commit comments

Comments
 (0)