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