HexCasting/.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-23 21:50:55 -04:00
"ms-python.black-formatter",
"ms-python.isort",
],
}