mirror of
https://github.com/koush/scrypted.git
synced 2026-02-08 08:19:56 +00:00
16 lines
493 B
Markdown
16 lines
493 B
Markdown
# @scrypted/vscode-python
|
|
|
|
## npm commands
|
|
* npm run scrypted-webpack
|
|
* npm run scrypted-deploy <ipaddress>
|
|
* npm run scrypted-debug <ipaddress>
|
|
|
|
## scrypted distribution via npm
|
|
1. Ensure package.json is set up properly for publishing on npm.
|
|
2. npm publish
|
|
|
|
## Visual Studio Code configuration
|
|
|
|
* If using a remote server, edit [.vscode/settings.json](blob/master/.vscode/settings.json) to specify the IP Address of the Scrypted server.
|
|
* Launch Scrypted Debugger from the launch menu.
|