Update documentation on Java support (#41758)

This brings the documentation on Java in line with the much changed
reality of the Java extension.
Note that the correctness of this is contingent on
https://github.com/zed-industries/extensions/pull/3745 being merged.

Release Notes:

- N/A
This commit is contained in:
Karl-Erik Enkelmann
2025-11-05 12:24:29 +01:00
committed by GitHub
parent cd87307289
commit 17933f1222
2 changed files with 117 additions and 117 deletions
+1
View File
@@ -17,6 +17,7 @@ To debug code written in a specific language, Zed needs to find a debug adapter
- [C](./languages/c.md#debugging) (built-in)
- [C++](./languages/cpp.md#debugging) (built-in)
- [Go](./languages/go.md#debugging) (built-in)
- [Java](./languages/java.md#debugging) (provided by extension)
- [JavaScript](./languages/javascript.md#debugging) (built-in)
- [PHP](./languages/php.md#debugging) (built-in)
- [Python](./languages/python.md#debugging) (built-in)