mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Use Black formatter only for Python files.
This commit is contained in:
parent
70dba8e137
commit
7b985fd36b
1 changed files with 4 additions and 2 deletions
|
|
@ -19,9 +19,11 @@
|
|||
"src/debugpy/_vendored",
|
||||
"src/debugpy/_vendored/pydevd"
|
||||
],
|
||||
"editor.defaultFormatter": "ms-python.black-formatter",
|
||||
"[yaml]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
}
|
||||
},
|
||||
"[python]": {
|
||||
"editor.defaultFormatter": "ms-python.black-formatter"
|
||||
},
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue