Files
Sim-Tello-KI-fun/.vscode/settings.json
Andrew Johnson 26b19a909f First Version (#1)
Co-authored-by: Anujith Muraleedharan <140189296+AnujithM@users.noreply.github.com>
2025-03-22 16:06:45 +01:00

6 lines
149 B
JSON

{
"python.defaultInterpreterPath": "./venv/lib/python",
"python.analysis.extraPaths": [
"./venv/lib/python3.10/site-packages"
]
}