Files
cfw-autumn/others/python-test/.vscode/settings.json
2026-02-16 17:45:45 +00:00

7 lines
234 B
JSON

{
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python",
"python.analysis.extraPaths": ["../python-sdk/src"],
"python.autoComplete.extraPaths": ["../python-sdk/src"],
"python.analysis.typeCheckingMode": "basic"
}