mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
chore: update devcontainer using default image (#4528)
This commit is contained in:
parent
4c67cf3c5c
commit
57d564b153
1 changed files with 15 additions and 3 deletions
|
@ -1,7 +1,19 @@
|
||||||
{
|
{
|
||||||
"image": "mcr.microsoft.com/devcontainers/typescript-node:18",
|
"customizations": {
|
||||||
"features": {
|
"vscode": {
|
||||||
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
|
"extensions": [
|
||||||
|
"esbenp.prettier-vscode",
|
||||||
|
"dbaeumer.vscode-eslint",
|
||||||
|
"github.copilot",
|
||||||
|
"eamodio.gitlens",
|
||||||
|
"mikestead.dotenv",
|
||||||
|
"dbaeumer.vscode-eslint",
|
||||||
|
"stylelint.vscode-stylelint",
|
||||||
|
"clinyong.vscode-css-modules",
|
||||||
|
"vunguyentuan.vscode-css-variables",
|
||||||
|
"frigus02.vscode-sql-tagged-template-literals-syntax-only"
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"postStartCommand": "docker run -d -p 5432:5432 -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=p0stgr3s postgres:14-alpine",
|
"postStartCommand": "docker run -d -p 5432:5432 -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=p0stgr3s postgres:14-alpine",
|
||||||
"containerEnv": {
|
"containerEnv": {
|
||||||
|
|
Loading…
Reference in a new issue