Skip to content

Commit

Permalink
Install java extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianMMcClain committed Aug 11, 2022
1 parent bebbbc4 commit a0aa068
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion workshop/content/exercises/19-debug-skaffold.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
Skaffold also makes it easy to attach a debugger to the container running in Kubernetes
To enable debugging from the editor, we'll first install the Java and debugging support extensions:

```execute-1
code-server --install-extension redhat.java
code-server --install-extension vscjava.vscode-java-debug
```

Skaffold also makes it easy to attach a debugger to the container running in Kubernetes

```execute-1
skaffold debug --port-forward
Expand Down

0 comments on commit a0aa068

Please sign in to comment.