Skip to content

Commit

Permalink
Cleanup (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinAllen authored Nov 22, 2024
1 parent 159d5f9 commit 155ba4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 46 deletions.
36 changes: 0 additions & 36 deletions .devcontainer/devcontainer,json

This file was deleted.

14 changes: 4 additions & 10 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"storage": "32gb"
},
"features": {
"ghcr.io/devcontainers/features/java:1.2.1": {
"ghcr.io/devcontainers/features/java:1.6.2": {
"version": "none",
"installMaven": "false",
"installGradle": "true"
Expand All @@ -19,18 +19,12 @@
"settings": {
"codestream.serverUrl": "https://codestream-api-v2-us1.service.newrelic.com",
"diffEditor.codeLens": true,
"workbench.colorTheme": "GitHub Dark Default",
"workbench.colorTheme": "Default Dark Modern",
"remote.extensionKind": {
"codestream.codestream": [
"workspace"
]
"codestream.codestream": ["workspace"]
}
},
"extensions": [
"redhat.java",
"codestream.codestream",
"ms-azuretools.vscode-docker"
]
"extensions": ["redhat.java", "codestream.codestream", "ms-azuretools.vscode-docker"]
}
}
}

0 comments on commit 155ba4d

Please sign in to comment.