diff options
| author | Christoph Schlosser <christoph@linux.com> | 2026-02-10 22:08:45 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-10 22:08:45 +0100 |
| commit | 7902a625e595bc5f6a7326f8fe89b7d80d610a75 (patch) | |
| tree | 08d3c88c5c9973401869041bc9a1dc4ad9759973 | |
| parent | 95182b758e6143b864c2f9e7ea230b76459b1634 (diff) | |
| download | doxdocgen-7902a625e595bc5f6a7326f8fe89b7d80d610a75.tar.gz | |
Dummy changedevcontainer-2
| -rw-r--r-- | .devcontainer/devcontainer.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 2bee06a..8f702f2 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,6 +1,8 @@ { "image": "mcr.microsoft.com/devcontainers/universal:2", "features": { - "ghcr.io/devcontainers-extra/features/typescript:2": {} + "ghcr.io/devcontainers-extra/features/typescript:2": { + + } } } |