We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddf3a0b commit 5deae1bCopy full SHA for 5deae1b
1 file changed
.devcontainer/devcontainer.json
@@ -0,0 +1,22 @@
1
+{
2
+ "name": "OpenTelemetry Java Instrumentation Development Environment",
3
+ "image": "mcr.microsoft.com/devcontainers/base:bullseye",
4
+ "features": {
5
+ "ghcr.io/devcontainers/features/java:1": {
6
+ "version": "21",
7
+ "jdkDistro": "ms"
8
+ },
9
+ "ghcr.io/devcontainers/features/docker-in-docker:2": {}
10
11
+ "updateContentCommand": "./gradlew classes --no-daemon",
12
+ "customizations": {
13
+ "vscode": {
14
+ "extensions": [
15
+ "redhat.java",
16
+ "ms-vscode.vscode-json",
17
+ "GitHub.copilot",
18
+ "GitHub.copilot-chat"
19
+ ]
20
+ }
21
22
+}
0 commit comments