We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7b6146 commit 8a6ed96Copy full SHA for 8a6ed96
.devcontainer/devcontainer.json
@@ -12,6 +12,9 @@
12
// Install features. Type 'feature' in the VS Code command palette for a full list.
13
"features": {
14
"sshd": "latest",
15
+ "ghcr.io/devcontainers/features/copilot-cli:1": {
16
+ "version": "prerelease"
17
+ },
18
"ghcr.io/devcontainers/features/github-cli:1": {}
19
},
20
@@ -59,8 +62,6 @@
59
62
60
63
61
64
// Lifecycle commands
- // Install dependencies then install Copilot CLI
- "onCreateCommand": "npm ci && npm install -g @github/copilot@prerelease",
65
// Start a web server and keep it running
66
"postStartCommand": "nohup bash -c 'npm start &'",
67
// Set port 4000 to be public
0 commit comments