You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Options Id | Description | Type | Default Value |
17
+
|-----|-----|-----|-----|
18
+
| username | Add the 'deno' group to the given non-root user. Defaults to the value of `remoteUser`. | string | automatic |
19
+
20
+
# Deno Cache
21
+
22
+
Setup the [deno cache](https://jsr.io/@deno/cache-dir) as a volume.
23
+
24
+
Intended for usage with the `denoland/deno:debian` docker image. Otherwise,
25
+
will create a `deno` group with read-write permissions on the cache directory.
26
+
27
+
28
+
---
29
+
30
+
_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/CodeMan99/features/blob/main/src/deno-cache/devcontainer-feature.json). Add additional notes to a `NOTES.md`._
0 commit comments