Skip to content

Commit

Permalink
updated devcontainer.json (#392)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol authored Apr 21, 2022
1 parent 2654dd2 commit 22cc6e5
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,22 @@
},

// Set *default* container specific settings.json values on container create.
"settings": {
"java.home": "/docker-java-home"
},
//"settings": {
// "java.home": "/docker-java-home"
//},
"settings": {
"java.configuration.updateBuildConfiguration": "interactive",
"[java]": {
"editor.defaultFormatter": "redhat.java",
"editor.formatOnSave": true,
},
"java.format.settings.url": "https://raw.githubusercontent.com/google/styleguide/gh-pages/eclipse-java-google-style.xml",
"java.saveActions.organizeImports": true,
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.detectIndentation": false
},


// Add the IDs of extensions you want installed when the container is created.
"extensions": [
Expand Down

0 comments on commit 22cc6e5

Please sign in to comment.