Skip to content

Commit f162444

Browse files
authored
Allow work on early access repo with Codespaces (github#43044)
1 parent 473a8e3 commit f162444

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,16 @@
3434
"GitHub.copilot",
3535
"GitHub.copilot-chat"
3636
]
37+
},
38+
"codespaces": {
39+
"repositories": {
40+
// allow Codespaces to pull from separate repo when user has access
41+
"github/docs-early-access": {
42+
"permissions": {
43+
"contents": "write"
44+
}
45+
}
46+
}
3747
}
3848
},
3949

@@ -52,7 +62,7 @@
5262

5363
// Comment out connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
5464
"remoteUser": "node",
55-
65+
5666
"hostRequirements": {
5767
"memory": "8gb"
5868
}

0 commit comments

Comments
 (0)