Skip to content

Commit 9bccbb8

Browse files
authored
Fix container name.
1 parent 41596bd commit 9bccbb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
22
// README at: https://github.com/devcontainers/templates/tree/main/src/universal
33
{
4-
"name": "GitHub Extensions Codespace",
4+
"name": "GitHub Copilot Extensions Codespace",
55
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
66
"image": "mcr.microsoft.com/devcontainers/universal:2-linux",
77

0 commit comments

Comments
 (0)