Update README.md

This commit is contained in:
Koushik Dutta
2023-01-18 15:02:34 -08:00
committed by GitHub
parent f8e0ef42dd
commit 0da22066d5

View File

@@ -80,7 +80,7 @@ Want to write your own plugin? Full documentation is available here: https://dev
## Debug the Scrypted Server in VSCode
Debugging the server should not be necessary, as the server only provides the hosting and RPC mechanism for plugins. The following is for reference purpose. Most development can be done by debugging the plugin.
Debugging the server should not be necessary, as the server only provides the hosting and RPC mechanism for plugins. The following is for reference purpose. Most development can be done by debugging the relevant plugin.
```sh
# check out the code