We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9bcce0 commit 1834176Copy full SHA for 1834176
1 file changed
.github/steps/2-custom-image.md
@@ -32,7 +32,7 @@ Let's create this file and set a few of the most common settings. For other opti
32
```json
33
{
34
"name": "Basic Dev Environment",
35
- "image": "mcr.microsoft.com/vscode/devcontainers/base:debian"
+ "image": "mcr.microsoft.com/devcontainers/base:debian"
36
}
37
```
38
0 commit comments