Skip to content

Commit

Permalink
Replace raw path with containerWorkspaceFolder
Browse files Browse the repository at this point in the history
  • Loading branch information
fredyshox committed Aug 16, 2023
1 parent 949275a commit 0a84a57
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 @@ -7,7 +7,7 @@
"privileged": true,
"containerEnv": {
"DISPLAY": "${localEnv:DISPLAY}",
"PYTHONPATH": "/workspaces/openpilot",
"PYTHONPATH": "${containerWorkspaceFolder}",
"force_color_prompt": "1"
},
"runArgs": [
Expand Down

0 comments on commit 0a84a57

Please sign in to comment.