Files
scrypted/plugins/vscode-python/.vscode/settings.json
2021-11-13 16:15:19 -08:00

9 lines
283 B
JSON

{
"scrypted.debugHost": "127.0.0.1",
"scrypted.serverRoot": "/Volumes/Dev/scrypted",
"scrypted.pythonRemoteRoot": "${config:scrypted.serverRoot}/server/volume/plugin.zip",
"python.analysis.extraPaths": [
"./node_modules/@scrypted/sdk/scrypted_python"
]
}