This commit is contained in:
Martin Slachta
2026-06-11 19:03:29 +02:00
commit 0d829845c4
150 changed files with 38582 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"languages": {
"Python": {
"language_servers": ["pyright"],
"settings": {
"python": {
"pythonPath": "tests/rsv-tests/.venv/bin/python"
}
}
}
}
}
+11
View File
@@ -0,0 +1,11 @@
[
{
"label": "Run python file",
"command": "python3",
"args": ["$ZED_FILE"],
"use_new_terminal": false,
"env": {
"PYTHONPATH": "."
}
}
]