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 6670d39 commit 88b454bCopy full SHA for 88b454b
.devcontainer/devcontainer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "Application Insights Java Development Environment",
3
- "image": "ghcr.io/microsoft/applicationinsights-java/devcontainer:latest",
+ "image": "ghcr.io/trask/applicationinsights-java/devcontainer:latest",
4
"features": {
5
"ghcr.io/devcontainers/features/docker-in-docker:2": {
6
"version": "latest"
@@ -10,7 +10,6 @@
10
"vscode": {
11
"extensions": [
12
"vscjava.vscode-java-pack",
13
- "vscjava.vscode-gradle",
14
"ms-vscode.vscode-json"
15
]
16
}
0 commit comments