Skip to content

Commit

Permalink
fix wrong tbd tools PATH in devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
mjleehh committed Dec 16, 2024
1 parent cf687ff commit 877545a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"remoteEnv": {
// setting PATH in container causes build error
"PATH": "${containerEnv:PATH}:${containerWorkspaceFolder}/tools/tbd_tools/bin"
"PATH": "${containerEnv:PATH}:${containerWorkspaceFolder}/tools/bin"
},
"customizations": {
"vscode": {
Expand Down

0 comments on commit 877545a

Please sign in to comment.