Files
scrypted/server/.vscode/settings.json
2022-01-21 00:41:31 -08:00

8 lines
243 B
JSON

{
// could be useful for vscode ssh remote debugging. it forwards 10443, etc. to the remote host.
"remote.autoForwardPorts": false,
"python.analysis.extraPaths": [
"./node_modules/@scrypted/sdk",
"./python",
]
}