Skip to content

Commit

Permalink
Enhance devcontainers (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 authored Jul 20, 2024
1 parent 95f9774 commit 315dcec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
10 changes: 6 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Java 17",
"name": "xhandler",
"image": "mcr.microsoft.com/devcontainers/java:17-bullseye",
"features": {
"ghcr.io/devcontainers/features/java:1": {
Expand All @@ -9,9 +9,12 @@
},
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
},
"postCreateCommand": "echo \"source /usr/share/bash-completion/completions/git\" >> ~/.bashrc",
"customizations": {
"vscode": {
"settings": {},
"settings": {
"java.compile.nullAnalysis.mode": "automatic"
},
"extensions": [
"vscjava.vscode-java-pack",
"github.vscode-github-actions",
Expand All @@ -20,8 +23,7 @@
},
"codespaces": {
"openFiles": [
"README",
"src/index.js"
"README.md"
]
}
}
Expand Down
3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

0 comments on commit 315dcec

Please sign in to comment.