chore: fix devcontainer + add missing extensions

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

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

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

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

Loading…
Cancel
Save