chore: fix devcontainer + add missing extensions

pull/5698/head
Nicolas Giard 2 years ago
parent 0a332143c0
commit 6ee5788fe1

@ -31,7 +31,6 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive && apt-get install -
jq \
less \
git \
gnupg \
gnupg2 \
nano \
pandoc \

@ -29,6 +29,7 @@
// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"arcanis.vscode-zipfs",
"dbaeumer.vscode-eslint",
"eamodio.gitlens",
"johnsoncodehk.volar",
@ -36,6 +37,7 @@
"redhat.vscode-yaml",
"visualstudioexptteam.vscodeintellicode",
"editorconfig.editorconfig",
"lokalise.i18n-ally",
"mrmlnc.vscode-duplicate",
"mtxr.sqltools-driver-pg",
"mutantdino.resourcemonitor",

@ -12,7 +12,7 @@ services:
VARIANT: 16-bullseye
volumes:
- ..:/workspace:cached
- ..:/workspace
- wiki-vscode-ext:/root/.vscode-server/extensions
# Overrides default command so things don't shut down after the process ends.
@ -46,8 +46,8 @@ services:
- PGADMIN_LISTEN_PORT=8000
- PGADMIN_CONFIG_MASTER_PASSWORD_REQUIRED=False
network_mode: service:db
volumes:
- ./pgadmin-servers.json:/pgadmin4/servers.json
# volumes:
# - ./pgadmin-servers.json:/pgadmin4/servers.json
volumes:
postgres-data:

Loading…
Cancel
Save