Skip to content

Commit

Permalink
chore: Update devcontainer.json to include python.pythonPath configur…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
ll7 committed Jun 3, 2024
1 parent 02a694d commit 4d72537
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
]
},
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
"terminal.integrated.shell.linux": "/bin/bash",
"python.pythonPath": "/opt/venv/bin/python3"
}
}
}

0 comments on commit 4d72537

Please sign in to comment.