summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Schlosser <christoph@linux.com>2026-02-09 20:01:34 +0100
committerGitHub <noreply@github.com>2026-02-09 20:01:34 +0100
commit95182b758e6143b864c2f9e7ea230b76459b1634 (patch)
treea1d65fe90db4ce2adbbbc81535c46832588d69b8
parent28f9c88fa46a1fa8c8c58080a1585e42e4d46f8b (diff)
downloaddoxdocgen-95182b758e6143b864c2f9e7ea230b76459b1634.tar.gz
Create devcontainer.json
-rw-r--r--.devcontainer/devcontainer.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json
new file mode 100644
index 0000000..2bee06a
--- /dev/null
+++ b/.devcontainer/devcontainer.json
@@ -0,0 +1,6 @@
+{
+ "image": "mcr.microsoft.com/devcontainers/universal:2",
+ "features": {
+ "ghcr.io/devcontainers-extra/features/typescript:2": {}
+ }
+}