From 52145590facdc609dc8c39babcff741044e7848e Mon Sep 17 00:00:00 2001 From: George Fraser Date: Sun, 16 Sep 2018 11:48:00 -0700 Subject: Update README --- README.md | 8 +------- package.json | 4 ++-- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 01fd7fa..1027740 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Language Server for Java using the [Java Compiler API](https://docs.oracle.com/javase/7/docs/api/javax/tools/JavaCompiler.html) Provides Java support using the Java Compiler API. -Requires that you have Java 8 installed on your system. +Requires that you have Java 10 installed on your system. ## Installation @@ -49,12 +49,6 @@ Requires that you have Java 8 installed on your system. ![Type hover](images/TypeHover.png) -### Code actions - -![Suggest import 1](images/SuggestImport1.png) - -![Suggest import 2](images/SuggestImport2.png) - ### Find references ![Find references 1](images/FindReferences1.png) diff --git a/package.json b/package.json index 491d419..3d1ccc9 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Java Language Support", "description": "Java support using the Java Compiler API", "icon": "icon.png", - "version": "0.2.0", + "version": "0.2.1", "publisher": "georgewfraser", "repository": { "type": "git", @@ -119,4 +119,4 @@ "@types/node": "^10.3.3", "@types/mocha": "^2.2.42" } -} +} \ No newline at end of file -- cgit v1.2.3