Skip to content

Commit

Permalink
Merge pull request #3 from randomir/define-python-interpreter-path
Browse files Browse the repository at this point in the history
Define python interpreter path
  • Loading branch information
randomir authored Jul 27, 2024
2 parents f6f7896 + 0dbfa7e commit 8c501fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
"vscode": {
// Set *default* container specific settings.json values on container create.
"settings": {
"python.defaultInterpreterPath": "/usr/local/bin/python",
"python.createEnvironment.trigger": "off",
"workbench": {
"editorAssociations": {
"*.md": "vscode.markdown.preview.editor"
Expand Down

0 comments on commit 8c501fb

Please sign in to comment.