Use PairSpaces (https://docs.pairspaces.com) and work together with your team using DevContainers (see https://containers.dev).
The PairSpaces Devcontainer Feature configures a Devcontainer as a Space where you can work together with your team from the same Devcontainer. Learn more about working together from our documentation.
In your .devcontainer.json:
{
...,
"features": {
"ghcr.io/pairspaces/devcontainers/pairspaces": {
"token": "[OUTPUT from `pair spaces authorize` HERE]"
}
},
"postAttachCommand": "/opt/pair/pair spaces bootstrap",
"remoteUser": "root",
...
}You can open an issue here or email us at support at pairspaces dot com.
See LICENCE.md