From 54b8c7322e84358871edbcbb2a5f6103c6953b09 Mon Sep 17 00:00:00 2001 From: Robert Newson Date: Fri, 12 May 2023 14:54:36 +0100 Subject: add nouveau and java tools to dev container --- .devcontainer/devcontainer.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 3920cd9dd..491b2ecb6 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -23,7 +23,14 @@ // Your code will live inside the volume created for the container under /workspace. "workspaceMount": "target=/workspaces/couchdb,type=volume", "workspaceFolder": "/workspaces/couchdb", - "postCreateCommand": "./configure && make", + "postCreateCommand": "./configure --enable-nouveau && make", - "extensions": ["erlang-ls.erlang-ls"] -} \ No newline at end of file + "customizations": { + "vscode": { + "extensions": [ + "erlang-ls.erlang-ls", + "redhat.java" + ] + } + } +} -- cgit v1.2.1