Skip to content

Commit 4f95bcb

Browse files
Updated devcontainer name + format
1 parent bf6225c commit 4f95bcb

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,16 @@
11
{
2-
"name": "Octopus Plugin",
2+
"name": "o7studios/octopus-plugin",
33
"image": "ubuntu:latest",
44
"customizations" : {
55
"jetbrains" : {
66
"backend" : "IntelliJ",
7-
"plugins": [
8-
"com.demonwav.minecraft-dev"
9-
]
7+
"plugins": ["com.demonwav.minecraft-dev"]
108
}
119
},
1210
"features": {
1311
"ghcr.io/devcontainers/features/git" : {},
14-
"ghcr.io/devcontainers/features/java:1": {
15-
"version": "23",
16-
"installGradle": true
17-
}
12+
"ghcr.io/devcontainers/features/java:1": {"version": "23", "installGradle": true}
1813
},
19-
"runArgs": [
20-
"--env-file=${localEnv:HOME}/dev.env"
21-
],
14+
"runArgs": ["--env-file=${localEnv:HOME}/dev.env"],
2215
"remoteUser": "ubuntu"
2316
}

0 commit comments

Comments
 (0)