mirror of https://github.com/o2sh/onefetch.git
1 changed files with 8 additions and 11 deletions
@ -1,12 +1,9 @@ |
|||||||
{ |
{ |
||||||
"name": "Node.js & TypeScript", |
"name": "Node.js & TypeScript", |
||||||
"image": "mcr.microsoft.com/devcontainers/typescript-node:16-bullseye", |
"image": "mcr.microsoft.com/devcontainers/typescript-node:16-bullseye", |
||||||
"extensions": [ |
"extensions": ["esbenp.prettier-vscode", "svelte.svelte-vscode"], |
||||||
"esbenp.prettier-vscode", |
"postCreateCommand": "npm ci", |
||||||
"svelte.svelte-vscode" |
"settings": { |
||||||
], |
"editor.formatOnSave": true |
||||||
"postCreateCommand": "npm ci", |
} |
||||||
"settings": { |
} |
||||||
"editor.formatOnSave": true |
|
||||||
} |
|
||||||
} |
|
||||||
|
|||||||
Loading…
Reference in new issue