Running Adapters#

With your adapter repository opened in a dev container in either Codespaces or a local dev container in VS Code, press F5 to run your adapter. You can also open the Run and Debug panel from the activity bar (CMD-SHIFT-D / CTRL-SHIFT-D) and click the green “Start Debugging” arrow.

Restarting Adapters#

If your adapter is running and you make changes to the code, you will need to restart the adapter to see the changes take effect. To do this, press the green arrow button in the Debug Toolbar.