Skip to content

Commit d3bc52a

Browse files
Create devcontainer.json
1 parent 030cd0c commit d3bc52a

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.devcontainer/devcontainer.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "Octopus Plugin",
3+
"image": "ubuntu:latest",
4+
"customizations" : {
5+
"jetbrains" : {
6+
"backend" : "IntelliJ"
7+
}
8+
},
9+
"features": {
10+
"ghcr.io/devcontainers/features/git" : {},
11+
"ghcr.io/devcontainers/features/java:1": {
12+
"version": "21.0.7",
13+
"installGradle": true
14+
}
15+
},
16+
"remoteUser": "ubuntu"
17+
}

0 commit comments

Comments
 (0)