Skip to content

Commit

Permalink
Update Python paths in VSCode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
washcycle committed Dec 19, 2023
1 parent 0bf07bc commit acc4d6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.autoComplete.extraPaths": ["./src/aspen"],
"python.autoComplete.extraPaths": ["./src/"],
"python.analysis.extraPaths": [
"./src/aspen"
"./src/"
],
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
Expand Down

0 comments on commit acc4d6e

Please sign in to comment.