Skip to content

Commit

Permalink
feat: add share entries for java-test and java-debug-adapter (#1546)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamboman committed May 11, 2023
1 parent 1a4b5f7 commit 2fea8a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/java-debug-adapter/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,7 @@ source:
id: pkg:github/microsoft/vscode-java-debug@0.50.0
asset:
file: vscjava.vscode-java-debug-{{version}}.vsix

share:
java-debug-adapter/: extension/server/
java-debug-adapter/com.microsoft.java.debug.plugin.jar: extension/server/com.microsoft.java.debug.plugin-0.45.0.jar
3 changes: 3 additions & 0 deletions packages/java-test/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ source:
id: pkg:github/microsoft/vscode-java-test@0.38.2
asset:
file: vscjava.vscode-java-test-{{version}}.vsix

share:
java-test/: extension/server/

0 comments on commit 2fea8a8

Please sign in to comment.