Skip to content

Commit 609219e

Browse files
authored
feat: change dev container image and update extensions
Updated the base image for the dev container and modified the VS Code extensions.
1 parent 02af58f commit 609219e

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "GRIP Visualizer",
3-
"image": "mcr.microsoft.com/devcontainers/javascript-node:24@sha256:21f15d367bfc5ceadabb9989be48029cba1e6bd80da323405232614a267a9c45",
3+
"image": "ghcr.io/devsecninja/dotfiles-devcontainer:v0.6.0@sha256:238aec66927da1d67f7f7225123c1d207f7c01c93d451fab7189c94d53453940",
44
"postCreateCommand": "sudo chown node:node node_modules && bash .devcontainer/post-create.sh",
55
"mounts": [
66
"source=grip-visualizer-node-modules,target=${containerWorkspaceFolder}/node_modules,type=volume"
@@ -11,10 +11,8 @@
1111
"customizations": {
1212
"vscode": {
1313
"extensions": [
14-
"dbaeumer.vscode-eslint",
15-
"esbenp.prettier-vscode",
16-
"GitHub.copilot",
17-
"Orta.vscode-jest"
14+
"DavidAnson.vscode-markdownlint",
15+
"GitHub.vscode-pull-request-github"
1816
]
1917
}
2018
}

0 commit comments

Comments
 (0)