mirror of
https://github.com/koush/scrypted.git
synced 2026-02-03 14:13:28 +00:00
30 lines
960 B
JSON
30 lines
960 B
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Scrypted Debugger",
|
|
"type": "debugpy",
|
|
"request": "attach",
|
|
"connect": {
|
|
"host": "${config:scrypted.debugHost}",
|
|
"port": 10081
|
|
},
|
|
"justMyCode": false,
|
|
"preLaunchTask": "scrypted: deploy+debug",
|
|
"pathMappings": [
|
|
{
|
|
"localRoot": "/Volumes/Dev/scrypted/server/python/",
|
|
"remoteRoot": "/Volumes/Dev/scrypted/server/python/",
|
|
},
|
|
{
|
|
"localRoot": "${workspaceFolder}/src",
|
|
"remoteRoot": "."
|
|
},
|
|
|
|
]
|
|
}
|
|
]
|
|
} |