Skip to content

Commit

Permalink
chore: remove black formatter extension from vscode
Browse files Browse the repository at this point in the history
- Remove 'ms-python.black-formatter' from recommended extensions

This change updates the development environment setup by removing the Black formatter extension, which is no longer needed or has been replaced by another tool.
  • Loading branch information
Undertone0809 committed Dec 5, 2024
1 parent 99d5187 commit 49f495a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"recommendations": [
"ms-python.python",
"ms-python.vscode-pylance",
"ms-python.black-formatter",
"charliermarsh.ruff"
]
}

0 comments on commit 49f495a

Please sign in to comment.