Skip to content

Commit

Permalink
Merge pull request #113 from nsbradford/extensions
Browse files Browse the repository at this point in the history
add default extensions
  • Loading branch information
nsbradford authored Oct 31, 2023
2 parents 14e5ae8 + d5ed797 commit 20728b0
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,22 +41,23 @@
},

// TODO can't get the yarn install within Dockerfile to show up in dev container
"postCreateCommand": "yarn install --frozen-lockfile"
"postCreateCommand": "yarn install --frozen-lockfile",

// Configure tool-specific properties.
// "customizations": {
// "vscode": {
// "settings": {},
// "extensions": [
// "dbaeumer.vscode-eslint",
// "eamodio.gitlens",
// "esbenp.prettier-vscode",
// "GitHub.copilot",
// "k--kato.intellij-idea-keybindings",
// "Orta.vscode-jest"
// ]
// }
// }
"customizations": {
"vscode": {
"settings": {},
"extensions": [
"dbaeumer.vscode-eslint",
"eamodio.gitlens",
"esbenp.prettier-vscode",
"GitHub.copilot",
"k--kato.intellij-idea-keybindings",
"Orta.vscode-jest",
"ms-azuretools.vscode-docker"
]
}
}

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

0 comments on commit 20728b0

Please sign in to comment.