File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed
Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "name" : " Java 17" ,
3+ "image" : " mcr.microsoft.com/devcontainers/java:1-17-bullseye" ,
4+ "features" : {
5+ "ghcr.io/devcontainers/features/github-cli:1" : {},
6+ "ghcr.io/devcontainers/features/git-lfs:1" : {}
7+ },
8+ "customizations" : {
9+ "vscode" : {
10+ "extensions" : [
11+ " extension-pack-for-java" ,
12+ " redhat.vscode-xml" ,
13+ " oracle.oracle-java" ,
14+ " rangav.vscode-thunder-client"
15+ ],
16+ "settings" : {
17+ "java.jdt.download.server" : " latest" ,
18+ "java.help.firstView" : " gettingStarted" ,
19+ "java.showBuildStatusOnStart" : " notification" ,
20+ "java.configuration.updateBuildConfiguration" : " interactive" ,
21+ "java.autobuild.enabled" : true ,
22+ "java.maxConcurrentBuilds" : 1 ,
23+ "terminal.integrated.focusOnOutput" : false
24+ }
25+ }
26+ },
27+ "remoteUser" : " vscode" ,
28+ "forwardPorts" : [8080 , 8081 , 8082 ],
29+ "postCreateCommand" : " git config --global credential.helper '!gh auth git-credential' && git config --global lfs.locksverify false"
30+ }
You can’t perform that action at this time.
0 commit comments