mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-05 04:17:53 +00:00
Setup default python formatter for new python plugin (#18563)
This commit is contained in:
parent
7b2aefa856
commit
2f608338cb
1 changed files with 1 additions and 0 deletions
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
|
|
@ -13,6 +13,7 @@
|
|||
"editor.codeActionsOnSave": {
|
||||
"source.organizeImports": true
|
||||
},
|
||||
"editor.defaultFormatter": "ms-python.black-formatter"
|
||||
},
|
||||
// Enable Python linting and Pylance type checking
|
||||
"python.analysis.typeCheckingMode": "basic",
|
||||
|
|
|
|||
Loading…
Reference in a new issue