mirror of
https://github.com/koush/scrypted.git
synced 2026-02-13 18:32:56 +00:00
8 lines
243 B
JSON
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",
|
|
]
|
|
} |