vscode-python: update sample

This commit is contained in:
Koushik Dutta
2023-02-24 08:57:03 -08:00
parent 130b01c56a
commit f0af992030
3 changed files with 4937 additions and 66 deletions

View File

@@ -1,19 +1,19 @@
{
// local installation
// docker installation
// "scrypted.debugHost": "koushik-thin",
// "scrypted.serverRoot": "/server",
// pi local installation
// "scrypted.debugHost": "192.168.2.119",
// "scrypted.serverRoot": "/home/pi/.scrypted",
// docker installation
// "scrypted.debugHost": "192.168.2.119",
// "scrypted.serverRoot": "/server",
// local checkout
"scrypted.debugHost": "127.0.0.1",
"scrypted.serverRoot": "/Volumes/Dev/scrypted/server",
"scrypted.serverRoot": "/Users/koush/.scrypted",
"scrypted.pythonRemoteRoot": "${config:scrypted.serverRoot}/volume/plugin.zip",
"python.analysis.extraPaths": [
"./node_modules/@scrypted/sdk/scrypted_python"
"./node_modules/@scrypted/sdk/types/scrypted_python"
]
}

File diff suppressed because it is too large Load Diff

View File

@@ -21,9 +21,8 @@
"DeviceProvider"
]
},
"dependencies": {},
"devDependencies": {
"@scrypted/sdk": "file:../../sdk"
"@scrypted/sdk": "^0.2.59"
},
"version": "0.0.15"
}