HexCasting/.vscode/extensions.json

8 lines
No EOL
191 B
JSON

{
// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"ms-python.vscode-pylance",
"ms-python.black-formatter",
"ms-python.isort",
],
}