dev: update devcontainer
This commit is contained in:
parent
05a1721499
commit
53e70fbfcb
1 changed files with 2 additions and 1 deletions
|
|
@ -20,7 +20,8 @@
|
||||||
"svelte.svelte-vscode",
|
"svelte.svelte-vscode",
|
||||||
"ardenivanov.svelte-intellisense",
|
"ardenivanov.svelte-intellisense",
|
||||||
"Prisma.prisma",
|
"Prisma.prisma",
|
||||||
"bradlc.vscode-tailwindcss"
|
"bradlc.vscode-tailwindcss",
|
||||||
|
"waderyan.gitblame"
|
||||||
],
|
],
|
||||||
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
||||||
"forwardPorts": [3000, 3001],
|
"forwardPorts": [3000, 3001],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue