From cb4ec71dc1f0f901b80cb3e4ffb5428838e1b720 Mon Sep 17 00:00:00 2001 From: Cloudburst <18114966+C10udburst@users.noreply.github.com> Date: Mon, 28 Aug 2023 20:08:16 +0200 Subject: [PATCH] [skip ci] Create .devcontainer.json --- .devcontainer.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .devcontainer.json diff --git a/.devcontainer.json b/.devcontainer.json new file mode 100644 index 00000000..2c4c2f71 --- /dev/null +++ b/.devcontainer.json @@ -0,0 +1,18 @@ +{ + "image": "mcr.microsoft.com/devcontainers/universal:2", + "features": { + "ghcr.io/devcontainers/features/java:1": { + "version": "17" + }, + "ghcr.io/akhildevelops/devcontainer-features/android-cli:latest": { + "PACKAGES": "platform-tools,platforms;android-29" + } + }, + "customizations": { + "vscode": { + "extensions": [ + "fwcd.kotlin" + ] + } + } +}