Files
exo/.vscode/extensions.json
2025-07-14 21:08:43 +01:00

11 lines
239 B
JSON

{
"recommendations": [
"detachhead.basedpyright",
"ms-python.python"
],
"unwantedRecommendations": [
"ms-python.vscode-pylance",
"ms-python.pyright",
"ms-python.mypy-type-checker"
]
}