Files
obsidian-excalidraw-plugin/.devcontainer/devcontainer.json
2025-06-12 19:19:14 +00:00

18 lines
348 B
JSON

{
"name": "Node.js 20",
"image": "mcr.microsoft.com/devcontainers/javascript-node:20",
"features": {
"ghcr.io/devcontainers/features/node:1": {
"version": "20"
}
},
"postCreateCommand": "npm install",
"customizations": {
"vscode": {
"extensions": [
"ms-vscode.vscode-typescript-next"
]
}
}
}