Skip to content

Commit

Permalink
Some extensions to dev container
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 committed Jun 4, 2024
1 parent be8286b commit 43a3c7b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@
"installGradle": "true"
},
"ghcr.io/devcontainers/features/python:1": {}
},
"customizations": {
"vscode": {
"extensions": [
"vscjava.vscode-gradle",
"GitHub.vscode-github-actions"
]
}
}

// Use 'forwardPorts' to make a list of ports inside the container available locally.
Expand Down

0 comments on commit 43a3c7b

Please sign in to comment.