Files
Reservair/.zed/settings.json
T

13 lines
203 B
JSON
Raw Normal View History

2026-06-11 19:03:29 +02:00
{
"languages": {
"Python": {
"language_servers": ["pyright"],
"settings": {
"python": {
"pythonPath": "tests/rsv-tests/.venv/bin/python"
}
}
}
}
}