nio-llm/.vscode/extensions.json

9 lines
178 B
JSON
Raw Permalink Normal View History

2023-05-18 17:04:52 +00:00
{
"recommendations": [
"charliermarsh.ruff",
"editorconfig.editorconfig",
"ms-python.black-formatter",
2023-05-18 17:04:52 +00:00
"ms-python.python",
"tamasfe.even-better-toml",
2023-05-18 17:04:52 +00:00
]
}