Skip to content

Commit

Permalink
tooling: enable import autocompletion in VSCode (#422)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts authored Feb 20, 2024
2 parents 159ec89 + dc09e1c commit aca9811
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,12 @@
},
// Python
"python.analysis.autoFormatStrings": true,
"python.analysis.autoImportCompletions": true,
"python.analysis.typeCheckingMode": "basic",
"python.terminal.activateEnvInCurrentTerminal": true,
"python.terminal.activateEnvironment": true,
"python.testing.unittestEnabled": true,
"python.testing.pytestEnabled": true,
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
Expand All @@ -42,9 +45,6 @@
"strings": true
}
},
// Tests
"python.testing.unittestEnabled": true,
"python.testing.pytestEnabled": true,
// extensions
"autoDocstring.guessTypes": true,
"autoDocstring.docstringFormat": "google",
Expand Down

0 comments on commit aca9811

Please sign in to comment.