We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41f1c8b commit 7b4503dCopy full SHA for 7b4503d
.devcontainer/devcontainer.json
@@ -8,17 +8,14 @@
8
},
9
"ghcr.io/github/features/goproxy:1": {},
10
"ghcr.io/github/features/go-linter:2": {},
11
- "ghcr.io/devcontainers/features/sshd:1": {
12
- "version": "latest"
13
- },
14
"ghcr.io/devcontainers/features/node:1": {
15
"nodeGypDependencies": true,
16
"version": "lts",
17
"nvmVersion": "latest"
18
19
"ghcr.io/devcontainers/features/hugo:1": {
20
"extended": true,
21
+ "version": "0.151.0"
22
}
23
24
"onCreateCommand": ".devcontainer/on-create-command.sh",
@@ -75,12 +72,6 @@
75
72
"contents": "read",
76
73
"packages": "read"
77
74
78
79
- "github/*": {
80
- "permissions": {
81
- "contents": "read",
82
- "packages": "read"
83
- }
84
85
86
0 commit comments