Skip to content

Commit

Permalink
Add some recommended extensions
Browse files Browse the repository at this point in the history
Jupyter so it's easier to edit notebooks. black-formatter because of this bug microsoft/vscode-python#17681
  • Loading branch information
cypressf committed May 4, 2022
1 parent dc08f23 commit bd80d8a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vscode/extensions.json
@@ -0,0 +1,6 @@
{
"recommendations": [
"ms-python.black-formatter",
"ms-toolsai.jupyter"
]
}

0 comments on commit bd80d8a

Please sign in to comment.