We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40a13ee commit c90a238Copy full SHA for c90a238
README.md
@@ -24,6 +24,17 @@ The Java Debug Server is the bridge between VSCode and JVM. The implementation i
24
- com.microsoft.java.debug.core - the core logic of the debug server
25
- com.microsoft.java.debug.plugin - wraps the debug server into an Eclipse plugin to work with Eclipse JDT Language Server
26
27
+## Installation
28
+
29
+### Windows:
30
+```
31
+mvnw.cmd clean install
32
33
+### Linux and macOS:
34
35
+./mvnw clean install
36
37
38
License
39
-------
-EPL 1.0, See [LICENSE](LICENSE.txt) file.
40
+EPL 1.0, See [LICENSE](LICENSE.txt) file.
0 commit comments