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 8c6ee87 commit 279393fCopy full SHA for 279393f
.devcontainer/devcontainer.json
@@ -1,18 +1,18 @@
1
{
2
- name: "Agones Java SDK",
3
- image: "ubuntu:latest",
4
- customizations : {
5
- jetbrains : {
6
- backend : "IntelliJ",
+ "name": "Agones Java SDK",
+ "image": "ubuntu:latest",
+ "customizations" : {
+ "jetbrains" : {
+ "backend" : "IntelliJ",
7
}
8
},
9
- features: {
+ "features": {
10
"ghcr.io/devcontainers/features/git" : {},
11
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {},
12
"ghcr.io/devcontainers/features/java:1": {
13
"version": "21.0.7",
14
"installGradle": true,
15
16
17
- remoteUser: "ubuntu"
+ "remoteUser": "ubuntu"
18
0 commit comments