Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit a899a51

Browse files
committed
Set java path
1 parent 8d9b2aa commit a899a51

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

containers/plantuml/.devcontainer/devcontainer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
// Uncomment the next line if you want to publish any ports.
66
// "appPort": [],
77

8-
// Uncomment the next line if you want to add in default container specific settings.json values
9-
// "settings": { "workbench.colorTheme": "Quiet Light" },
10-
118
// Uncomment the next line to run commands after the container is created.
129
// "postCreateCommand": "java -version",
1310

1411
// Uncomment the next line to use a non-root user. On Linux, this will prevent
1512
// new files getting created as root, but you may need to update the USER_UID
1613
// and USER_GID in .devcontainer/Dockerfile to match your user if not 1000.
1714
// "runArgs": [ "-u", "vscode" ],
18-
15+
1916
"extensions": [
2017
"jebbs.plantuml"
21-
]
18+
],
19+
"settings": {
20+
"plantuml.java": "/usr/local/openjdk-8/bin/java"
21+
}
2222
}

0 commit comments

Comments
 (0)