mirror of
https://github.com/zsviczian/obsidian-excalidraw-plugin.git
synced 2025-08-06 05:46:28 +00:00
18 lines
348 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|