VS Code Remote Development
Develop and live-test your own SPX extensions inside the same Docker image that runs the server, without copying files back and forth.
Requirements ✅
Create (or pick) a workspace for your extensions
mkdir -p ~/spx_extensions
cd ~/spx_extensionsmkdir my_first_extension
touch my_first_extension/__init__.pyAdd VS Code’s devcontainer description
Open the folder inside the container
Last updated

