Commit 6ee5788f authored by Nicolas Giard's avatar Nicolas Giard

chore: fix devcontainer + add missing extensions

parent 0a332143
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment