Skip to content

Commit

Permalink
feat: add java-debug package (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
s1n7ax committed Dec 15, 2023
1 parent eeb25c9 commit 5bb3fc1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions packages/java-debug-adapter/package.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: java-debug-adapter
description: The debug server implementation for Java. It conforms to the debugger adapter protocol.
homepage: https://github.com/nvim-java/vscode-java-debug-releases
licenses:
- EPL-1.0
languages:
- Java
categories:
- DAP

source:
id: pkg:github/nvim-java/[email protected]
asset:
file: artifacts.zip

share:
java-debug-adapter/: extension/server/
java-debug-adapter/com.microsoft.java.debug.plugin.jar: extension/server/com.microsoft.java.debug.plugin-{{version}}.jar

0 comments on commit 5bb3fc1

Please sign in to comment.