Files
scrypted/plugins/opencv/.vscode/settings.json
2021-12-12 21:10:52 -08:00

15 lines
444 B
JSON

{
// pi local or docker installation
// "scrypted.debugHost": "192.168.2.119",
// "scrypted.serverRoot": "/home/pi/.scrypted",
// local checkout
"scrypted.debugHost": "127.0.0.1",
"scrypted.serverRoot": "/Volumes/Dev/scrypted/server",
"scrypted.pythonRemoteRoot": "${config:scrypted.serverRoot}/volume/plugin.zip",
"python.analysis.extraPaths": [
"./node_modules/@scrypted/sdk/scrypted_python"
]
}