debugpy/.vscode/extensions.json
2023-07-21 11:50:37 -07:00

8 lines
163 B
JSON

{
"recommendations": [
"ms-python.python",
"ms-python.vscode-pylance",
"ms-python.flake8",
"ms-python.black-formatter"
]
}