Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
chore: install useful vscode extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
miwurster committed Jun 11, 2024
1 parent 7d80296 commit cbf99a3
Showing 1 changed file with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,16 @@
"vscode": {
"extensions": [
"ms-toolsai.jupyter",
"ms-python.python"
]
"ms-python.python",
"ms-python.black-formatter",
"ms-python.isort",
"esbenp.prettier-vscode"
],
"settings": {
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
}
}
}
},

Expand Down

0 comments on commit cbf99a3

Please sign in to comment.