File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed
Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 11{
22 "image" : " mcr.microsoft.com/devcontainers/javascript-node:1-20-bookworm" ,
3+ "features" : {
4+ "ghcr.io/devcontainers/features/docker-in-docker:2" : {},
5+ "ghcr.io/devcontainers/features/github-cli:1" : {}
6+ },
7+ "remoteUser" : " node" ,
8+ "updateContentCommand" : " npm install -g @devcontainers/cli" ,
9+
10+ // Add custom VS Code settings and extensions
311 "customizations" : {
412 "vscode" : {
513 "settings" : {
1321 ]
1422 },
1523 "extensions" : [
16- " mads-hartmann.bash-ide-vscode"
24+ " mads-hartmann.bash-ide-vscode" ,
25+ " DavidAnson.vscode-markdownlint"
1726 ]
1827 }
19- },
20- "features" : {
21- "ghcr.io/devcontainers/features/docker-in-docker:2" : {},
22- "ghcr.io/devcontainers/features/github-cli:1" : {}
23- },
24- "remoteUser" : " node" ,
25- "updateContentCommand" : " npm install -g @devcontainers/cli"
28+ }
2629}
You can’t perform that action at this time.
0 commit comments