Skip to content

Commit

Permalink
Fix ups for devcontainers
Browse files Browse the repository at this point in the history
  • Loading branch information
JPercival committed Jan 4, 2022
1 parent 4863874 commit 918ad69
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 32 deletions.
10 changes: 5 additions & 5 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
// https://github.com/microsoft/vscode-dev-containers/tree/v0.209.6/containers/debian
{
"name": "Debian",
"image": "mcr.microsoft.com/vscode/devcontainers/base:11-bullseye",
"image": "mcr.microsoft.com/vscode/devcontainers/java:11-bullseye",
// Set *default* container specific settings.json values on container create.
"settings": {
"java.help.showReleaseNotes": false
},

// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"vscjava.vscode-java-pack",
"shengchen.vscode-checkstyle",
"sonarsource.sonarlint-vscode",
"redhat.fabric8-analytics",
"editorconfig.editorconfig",
"streetsidesoftware.code-spell-checker",
"streetsidesoftware.code-spell-checker-scientific-terms",
"streetsidesoftware.code-spell-checker-medical-terms",
"shengchen.vscode-checkstyle",
"sonarsource.sonarlint-vscode",
"redhat.fabric8-analytics"
"vscjava.vscode-java-pack",
],

// Use 'forwardPorts' to make a list of ports inside the container available locally.
Expand Down
3 changes: 2 additions & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"streetsidesoftware.code-spell-checker-scientific-terms",
"streetsidesoftware.code-spell-checker-medical-terms",
"shengchen.vscode-checkstyle",
"sonarsource.sonarlint-vscode"
"sonarsource.sonarlint-vscode",
"redhat.fabric8-analytics"
],
// List of extensions recommended by VS Code that should not be recommended for users of this workspace.
"unwantedRecommendations": []
Expand Down
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
},
"cSpell.words": [
"Gson",
"numer",
"reindex"
],
"files.exclude": {
Expand Down
26 changes: 0 additions & 26 deletions scripts/build.sh

This file was deleted.

0 comments on commit 918ad69

Please sign in to comment.