Skip to content

Commit

Permalink
Update settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
twsl authored Oct 15, 2024
1 parent 1b17a54 commit bc93ac2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions project/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,10 @@
"python.languageServer": "Pylance",
"python.analysis.autoImportCompletions": true,
"python.analysis.completeFunctionParens": true,
"python.analysis.autoSearchPaths": true,
"python.analysis.autoFormatStrings": true,
"python.analysis.typeCheckingMode": "basic",
"python.analysis.inlayHints.variableTypes": true,
"python.analysis.inlayHints.functionReturnTypes": true,
"python.analysis.diagnosticMode": "workspace",
"python.analysis.extraPaths": [
"./"
],
"python.terminal.activateEnvironment": true,
"python.testing.autoTestDiscoverOnSaveEnabled": false,
"python.testing.unittestEnabled": false,
Expand Down Expand Up @@ -48,4 +43,4 @@
"autoDocstring.startOnNewLine": true,
"http.proxyStrictSSL": false,
"telemetry.telemetryLevel": "off"
}
}

0 comments on commit bc93ac2

Please sign in to comment.