Skip to content

Commit

Permalink
AG-13242 - Add devcontainer to debug codespaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
alantreadway committed Jan 17, 2025
1 parent 571f90a commit 09464c9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .devcontainer/codespaces/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"image": "mcr.microsoft.com/devcontainers/universal:2",
"features": {
"ghcr.io/devcontainers/features/node:1": {}
"ghcr.io/devcontainers/features/node:1": {
"version": "20"
}
},
"containerEnv": {
"AG_SKIP_NATIVE_DEP_VERSION_CHECK": "1",
Expand Down

0 comments on commit 09464c9

Please sign in to comment.