From c10999461b5047ee3b54d857556a0f893644da17 Mon Sep 17 00:00:00 2001 From: Jinbo Wang Date: Fri, 3 Nov 2017 10:34:31 +0800 Subject: [PATCH 1/2] Add the requirements in readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d451043..473edcd1 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,11 @@ A lightweight Java Debugger based on [Java Debug Server](https://github.com/Micr - Threads - Debug console +## Requirements +- JDK (version 1.8.0 and later) +- VS Code (version 1.17.0 and later) +- [Language Support for Java by Red Hat](https://marketplace.visualstudio.com/items?itemName=redhat.java) (version 0.12.0 and later) + ## Install Open VS Code and press `F1` or `Ctrl + Shift + P` to open command palette, select **Install Extension** and type `vscode-java-debug`. @@ -70,4 +75,4 @@ You can find the full list of issues at [Issue Tracker](https://github.com/Micro This extension is licensed under [MIT License](https://github.com/Microsoft/vscode-arduino/blob/master/LICENSE.txt). ## Data/Telemetry -Java Debug Extension for Visual Studio Code collects usage data and sends it to Microsoft to help improve our products and services. Read our [privacy statement](http://go.microsoft.com/fwlink/?LinkId=521839) to learn more.  \ No newline at end of file +Java Debug Extension for Visual Studio Code collects usage data and sends it to Microsoft to help improve our products and services. Read our [privacy statement](http://go.microsoft.com/fwlink/?LinkId=521839) to learn more.  From b93c24d11c1919d9073cc3cfa8d15ea81cafde67 Mon Sep 17 00:00:00 2001 From: Jinbo Wang Date: Fri, 3 Nov 2017 11:51:21 +0800 Subject: [PATCH 2/2] fix review comments --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 473edcd1..88aaa9bb 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ A lightweight Java Debugger based on [Java Debug Server](https://github.com/Micr - Debug console ## Requirements -- JDK (version 1.8.0 and later) -- VS Code (version 1.17.0 and later) -- [Language Support for Java by Red Hat](https://marketplace.visualstudio.com/items?itemName=redhat.java) (version 0.12.0 and later) +- JDK (version 1.8.0 or later) +- VS Code (version 1.17.0 or later) +- [Language Support for Java by Red Hat](https://marketplace.visualstudio.com/items?itemName=redhat.java) (version 0.12.0 or later) ## Install @@ -75,4 +75,4 @@ You can find the full list of issues at [Issue Tracker](https://github.com/Micro This extension is licensed under [MIT License](https://github.com/Microsoft/vscode-arduino/blob/master/LICENSE.txt). ## Data/Telemetry -Java Debug Extension for Visual Studio Code collects usage data and sends it to Microsoft to help improve our products and services. Read our [privacy statement](http://go.microsoft.com/fwlink/?LinkId=521839) to learn more.  +Debugger for Java collects usage data and sends it to Microsoft to help improve our products and services. Read our [privacy statement](http://go.microsoft.com/fwlink/?LinkId=521839) to learn more.