From 8b2d3ca8f5789f1643da2d242f2763dc3f2e6e60 Mon Sep 17 00:00:00 2001 From: HERI MUSSA KARATA <99136827+Hkarata@users.noreply.github.com> Date: Sat, 30 Dec 2023 08:40:16 +0300 Subject: [PATCH 1/2] Create devcontainer.json --- .devcontainer/devcontainer.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 000000000..6d0f8a44f --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,6 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": { + "ghcr.io/devcontainers/features/java:1": "8" + } +} From 6c0a2e9e92b73c09f7f6bc52c417d4e649cf5e49 Mon Sep 17 00:00:00 2001 From: HERI MUSSA KARATA <99136827+Hkarata@users.noreply.github.com> Date: Sat, 30 Dec 2023 08:43:36 +0300 Subject: [PATCH 2/2] Update devcontainer.json --- .devcontainer/devcontainer.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 6d0f8a44f..e39a373b0 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,8 @@ { "image": "mcr.microsoft.com/devcontainers/universal:2", "features": { - "ghcr.io/devcontainers/features/java:1": "8" + "ghcr.io/devcontainers/features/java:1": { + "version" : "8" + } } }