Files
scrypted/plugins/vscode-python/.vscode/settings.json
2024-08-14 08:33:30 -07:00

7 lines
146 B
JSON

{
"scrypted.debugHost": "127.0.0.1",
"python.analysis.extraPaths": [
"./node_modules/@scrypted/sdk/types/scrypted_python"
]
}