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

Commit

Permalink
Set java path
Browse files Browse the repository at this point in the history
  • Loading branch information
Chuxel committed Aug 23, 2019
1 parent 8d9b2aa commit a899a51
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions containers/plantuml/.devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
// Uncomment the next line if you want to publish any ports.
// "appPort": [],

// Uncomment the next line if you want to add in default container specific settings.json values
// "settings": { "workbench.colorTheme": "Quiet Light" },

// Uncomment the next line to run commands after the container is created.
// "postCreateCommand": "java -version",

// Uncomment the next line to use a non-root user. On Linux, this will prevent
// new files getting created as root, but you may need to update the USER_UID
// and USER_GID in .devcontainer/Dockerfile to match your user if not 1000.
// "runArgs": [ "-u", "vscode" ],

"extensions": [
"jebbs.plantuml"
]
],
"settings": {
"plantuml.java": "/usr/local/openjdk-8/bin/java"
}
}

0 comments on commit a899a51

Please sign in to comment.