Skip to content

Commit

Permalink
Add black formatter to devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
oddstr13 committed Jun 10, 2024
1 parent 2b96cfb commit 6b88f70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/Python 3.11/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"GitHub.vscode-pull-request-github",
"hbenl.vscode-test-explorer",
"redhat.vscode-xml",
"ninoseki.vscode-pylens"
"ninoseki.vscode-pylens",
"ms-python.black-formatter"
]
}
}
Expand Down
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"recommendations": [
"ms-vscode-remote.remote-containers"
"ms-vscode-remote.remote-containers",
"ms-python.black-formatter"
]
}

0 comments on commit 6b88f70

Please sign in to comment.