HexCasting/doc/.vscode/extensions.json

8 lines
191 B
JSON
Raw Normal View History

{
// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"ms-python.vscode-pylance",
2023-08-24 03:50:55 +02:00
"ms-python.black-formatter",
"ms-python.isort",
],
}