Remove deprecated vscode settings (#18349)

### Description
Remove deprecated vscode settings. The python settings are deprecated
and will cause vscode to pop up with a warning.
This commit is contained in:
Justin Chu 2023-11-10 18:00:35 -08:00 committed by GitHub
parent 0c8c0014f6
commit d87d480857
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

19
.vscode/settings.json vendored
View file

@ -16,25 +16,6 @@
},
// Enable Python linting and Pylance type checking
"python.analysis.typeCheckingMode": "basic",
"python.formatting.provider": "black",
"python.formatting.blackArgs": [
"--line-length",
"120"
],
"python.sortImports.args": [
"--profile",
"black",
"--line-length",
"120"
],
"python.linting.enabled": true,
"python.linting.flake8Enabled": true,
"python.linting.pylintEnabled": true,
"python.linting.pydocstyleEnabled": true,
"python.linting.pydocstyleArgs": [
"--convention=google"
],
"python.linting.banditEnabled": true,
"cpplint.lineLength": 120,
"cpplint.filters": [
"-build/include_subdir",