Skip to content

Commit

Permalink
default to python
Browse files Browse the repository at this point in the history
- vscvode seems happier
  • Loading branch information
bellrichm committed Apr 8, 2021
1 parent 510962d commit b2e46cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"python.linting.pylintEnabled": true,
"python.linting.pycodestyleEnabled": false,
"python.envFile": "${workspaceFolder}/.env",
"python.pythonPath": "/usr/bin/python3",
"python.pythonPath": "/usr/bin/python",
"python.linting.enabled": true
}

0 comments on commit b2e46cd

Please sign in to comment.