Skip to content

Commit

Permalink
container config changed
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshchoudhary committed Dec 25, 2022
1 parent 23da87e commit ae37d1b
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "Node.js",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/javascript-node:0-18"
"image": "mcr.microsoft.com/devcontainers/javascript-node:0-18",

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
Expand All @@ -15,7 +15,21 @@
// "postCreateCommand": "yarn install",

// Configure tool-specific properties.
// "customizations": {},
"customizations": {
"vscode": {
"extensions": [
"esbenp.prettier-vscode",
"vscode-icons-team.vscode-icons",
"wayou.vscode-todo-highlight"
],
"settings": {
"editor.fontSize": 32,
"terminal.integrated.fontSize": 24
}

}

}

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
Expand Down

0 comments on commit ae37d1b

Please sign in to comment.