mirror of
https://github.com/foambubble/foam.git
synced 2026-01-08 21:48:15 -05:00
11 lines
263 B
JSON
11 lines
263 B
JSON
{
|
|
"name": "Foam Dev Container",
|
|
"image": "mcr.microsoft.com/devcontainers/typescript-node:0-18",
|
|
"postCreateCommand": "yarn install",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": ["dbaeumer.vscode-eslint", "esbenp.prettier-vscode"]
|
|
}
|
|
}
|
|
}
|