aboutsummaryrefslogtreecommitdiffstats
path: root/PACKAGES.md
diff options
context:
space:
mode:
Diffstat (limited to 'PACKAGES.md')
-rw-r--r--PACKAGES.md50
1 files changed, 50 insertions, 0 deletions
diff --git a/PACKAGES.md b/PACKAGES.md
index a0e996e0..826bbb4d 100644
--- a/PACKAGES.md
+++ b/PACKAGES.md
@@ -98,6 +98,8 @@
- [impl](#impl)
- [intelephense](#intelephense)
- [isort](#isort)
+- [java-debug-adapter](#java-debug-adapter)
+- [java-test](#java-test)
- [jdtls](#jdtls)
- [jedi-language-server](#jedi-language-server)
- [joker](#joker)
@@ -2172,6 +2174,54 @@ Categories: `Formatter`
```
+# java-debug-adapter
+
+> The debug server implementation for Java. It conforms to the debugger adapter protocol.
+
+Homepage: [https://github.com/microsoft/java-debug](https://github.com/microsoft/java-debug)
+Languages: `Java`
+Categories: `DAP`
+
+<details>
+ <summary>History:</summary>
+
+- [`ac0bbad`](https://github.com/williamboman/mason.nvim/commit/ac0bbad) 2022-09-30 - feat: add java-debug-adapter and java-test ([#482](https://github.com/williamboman/mason.nvim/issues/482)) by lvimuser
+</details>
+
+```
+:MasonInstall java-debug-adapter
+```
+
+
+# java-test
+
+> The Test Runner for Java works with java-debug-adapter to provide the following features:
+- Run/Debug test cases
+- Customize test configurations
+- View test report
+- View tests in Test Explorer
+
+Enables support for the following test frameworks:
+
+- JUnit 4 (v4.8.0+)
+- JUnit 5 (v5.1.0+)
+- TestNG (v6.8.0+)
+
+Homepage: [https://github.com/microsoft/vscode-java-test](https://github.com/microsoft/vscode-java-test)
+Languages: `Java`
+Categories: `DAP`
+
+<details>
+ <summary>History:</summary>
+
+- [`ac0bbad`](https://github.com/williamboman/mason.nvim/commit/ac0bbad) 2022-09-30 - feat: add java-debug-adapter and java-test ([#482](https://github.com/williamboman/mason.nvim/issues/482)) by lvimuser
+</details>
+
+```
+:MasonInstall java-test
+```
+
+
# jdtls
> Java language server