Skip to content

Commit

Permalink
Fixes typo in devcontainer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Aug 5, 2024
1 parent eb38f88 commit 9c7bef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/base:jammy",
"name": "EA31337"
"name": "EA31337",

// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
"remoteUser": "vscode",
Expand Down

0 comments on commit 9c7bef1

Please sign in to comment.