We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf6225c commit 4f95bcbCopy full SHA for 4f95bcb
1 file changed
.devcontainer/devcontainer.json
@@ -1,23 +1,16 @@
1
{
2
- "name": "Octopus Plugin",
+ "name": "o7studios/octopus-plugin",
3
"image": "ubuntu:latest",
4
"customizations" : {
5
"jetbrains" : {
6
"backend" : "IntelliJ",
7
- "plugins": [
8
- "com.demonwav.minecraft-dev"
9
- ]
+ "plugins": ["com.demonwav.minecraft-dev"]
10
}
11
},
12
"features": {
13
"ghcr.io/devcontainers/features/git" : {},
14
- "ghcr.io/devcontainers/features/java:1": {
15
- "version": "23",
16
- "installGradle": true
17
- }
+ "ghcr.io/devcontainers/features/java:1": {"version": "23", "installGradle": true}
18
19
- "runArgs": [
20
- "--env-file=${localEnv:HOME}/dev.env"
21
- ],
+ "runArgs": ["--env-file=${localEnv:HOME}/dev.env"],
22
"remoteUser": "ubuntu"
23
0 commit comments