Add black formatter to devcontainer

This commit is contained in:
Odd Stråbø 2024-06-10 10:58:20 +00:00
parent 2b96cfbbe6
commit 6b88f70a84
2 changed files with 4 additions and 2 deletions

View File

@ -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"
]
}
}

View File

@ -1,5 +1,6 @@
{
"recommendations": [
"ms-vscode-remote.remote-containers"
"ms-vscode-remote.remote-containers",
"ms-python.black-formatter"
]
}