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 - ...@@ -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 @@ ...@@ -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 @@ ...@@ -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: ...@@ -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: ...@@ -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:
......
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