summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
-rw-r--r--package.json4
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