We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b48cc06 commit 835f2d8Copy full SHA for 835f2d8
.devcontainer/devcontainer.json
@@ -0,0 +1,18 @@
1
+{
2
+ "name": "CVMFS Action Dev",
3
+ "image": "mcr.microsoft.com/devcontainers/base:ubuntu",
4
+ "features": {
5
+ "ghcr.io/devcontainers/features/node": {},
6
+ "ghcr.io/devcontainers/features/docker-in-docker": {},
7
+ "ghcr.io/devcontainers/features/git-lfs": {}
8
+ },
9
+ "forwardPorts": [],
10
+ "postCreateCommand": "npm install -g @devcontainers/cli",
11
+ "customizations": {
12
+ "vscode": {
13
+ "extensions": [
14
+ "GitHub.vscode-github-actions"
15
+ ]
16
+ }
17
18
+}
0 commit comments