mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-20 04:55:20 -05:00
Improve VS Code Python settings (#2860)
chore: Fix deprecated vscode Python formatter The python.formatting.provider setting was deprecated in favor of having a separate extension for each Python formatter and using editor.defaultFormatter instead. This adds a recommendation for the Black formatter extension and selects it for Python files. chore: Limit vscode Python analysis paths This limits vscode's Python analysis to the scripts folders so it doesn't slow down trying to scan all of Zephyr.
This commit is contained in:
1
.vscode/extensions.json
vendored
1
.vscode/extensions.json
vendored
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"recommendations": [
|
||||
"esbenp.prettier-vscode",
|
||||
"ms-python.black-formatter",
|
||||
"ms-python.python",
|
||||
"ms-vscode.cpptools",
|
||||
"plorefice.devicetree",
|
||||
|
||||
Reference in New Issue
Block a user