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 e1ad50b commit ddaa16dCopy full SHA for ddaa16d
.devcontainer/devcontainer.json
@@ -26,7 +26,8 @@
26
27
// Add the IDs of extensions you want installed when the container is created.
28
"extensions": [
29
- "vscjava.vscode-java-pack"
+ "vscjava.vscode-java-pack",
30
+ "GitHub.copilot",
31
]
32
}
33
},
@@ -35,7 +36,7 @@
35
36
// "forwardPorts": [],
37
38
// Use 'postCreateCommand' to run commands after the container is created.
- // "postCreateCommand": "java -version",
39
+ "postCreateCommand": "java -version",
40
41
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
42
"remoteUser": "vscode",
0 commit comments