Skip to content

Commit

Permalink
Update devcontainer.json.jinja
Browse files Browse the repository at this point in the history
  • Loading branch information
twsl authored Oct 15, 2024
1 parent bc93ac2 commit 057f6c7
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions project/.devcontainer/devcontainer.json.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,11 @@
"python.autoComplete.addBrackets": true,
"python.analysis.autoImportCompletions": true,
"python.analysis.completeFunctionParens": true,
"python.analysis.autoSearchPaths": true,
"python.analysis.autoFormatStrings": true,
"python.analysis.useImportHeuristic": true,
"python.analysis.typeCheckingMode": "basic",
"python.analysis.inlayHints.variableTypes": true,
"python.analysis.inlayHints.functionReturnTypes": true,
"python.analysis.diagnosticMode": "workspace",
"python.analysis.extraPaths": [
"./src"
],
"python.sortImports": true,
"python.testing.autoTestDiscoverOnSaveEnabled": false,
"python.testing.unittestEnabled": false,
Expand Down

0 comments on commit 057f6c7

Please sign in to comment.