Files
scrypted/server/.vscode/settings.json
2022-02-05 14:26:20 -08:00

8 lines
245 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/types",
"./python",
]
}