Skip to content

Commit 2f2e13a

Browse files
fix: Add defaultInterpreterPath
1 parent 34cd773 commit 2f2e13a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
}
2525
},
2626
"isort.args": ["--profile", "black"],
27+
"python.defaultInterpreterPath": "python",
2728
"python.linting.enabled": true,
2829
"python.linting.pylintEnabled": true,
2930
"python.formatting.autopep8Path": "/usr/local/pipx/bin/autopep8",

0 commit comments

Comments
 (0)