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