You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use PairSpaces (https://docs.pairspaces.com) and work together with your team using DevContainers (see https://containers.dev).
4
+
5
+
## Description
6
+
7
+
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](https://docs.pairspaces.com).
8
+
9
+
## Usage
10
+
11
+
In your `.devcontainer.json`:
12
+
13
+
```json
14
+
{
15
+
...,
16
+
"features": {
17
+
"ghcr.io/pairspaces/devcontainers/pairspaces": {
18
+
"token": "[OUTPUT from `pair spaces authorize` HERE]"
0 commit comments