We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95f9774 commit 315dcecCopy full SHA for 315dcec
.devcontainer/devcontainer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "Java 17",
+ "name": "xhandler",
3
"image": "mcr.microsoft.com/devcontainers/java:17-bullseye",
4
"features": {
5
"ghcr.io/devcontainers/features/java:1": {
@@ -9,9 +9,12 @@
9
},
10
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
11
12
+ "postCreateCommand": "echo \"source /usr/share/bash-completion/completions/git\" >> ~/.bashrc",
13
"customizations": {
14
"vscode": {
- "settings": {},
15
+ "settings": {
16
+ "java.compile.nullAnalysis.mode": "automatic"
17
+ },
18
"extensions": [
19
"vscjava.vscode-java-pack",
20
"github.vscode-github-actions",
@@ -20,8 +23,7 @@
23
21
24
"codespaces": {
22
25
"openFiles": [
- "README",
- "src/index.js"
26
+ "README.md"
27
]
28
}
29
.vscode/settings.json
0 commit comments