diff options
author | George Fraser <george@fivetran.com> | 2018-09-16 11:48:00 -0700 |
---|---|---|
committer | George Fraser <george@fivetran.com> | 2018-09-16 11:48:00 -0700 |
commit | 52145590facdc609dc8c39babcff741044e7848e (patch) | |
tree | 15f53c3fe570314adfec0cc0a640af7a7ef47d38 | |
parent | 36b76c95a60d40637669be1c2e1e1d347420b1a6 (diff) | |
download | java-language-server-52145590facdc609dc8c39babcff741044e7848e.zip |
Update README
-rw-r--r-- | README.md | 8 | ||||
-rw-r--r-- | package.json | 4 |
2 files changed, 3 insertions, 9 deletions
@@ -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 |