mirror of
https://github.com/foambubble/foam.git
synced 2026-04-24 03:01:01 -04: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"]
|
|
}
|
|
}
|
|
}
|