Files
scrypted/plugins/tensorflow-lite/.vscode/settings.json
2024-12-17 09:22:25 -08:00

8 lines
173 B
JSON

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