summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorge Fraser <george@fivetran.com>2018-09-23 18:59:30 -0700
committerGeorge Fraser <george@fivetran.com>2018-09-23 18:59:30 -0700
commitb362a7e0fecbeeb246c3c5b310c13e4eb3aa3291 (patch)
treeae50a8f7ffc0d66f9f442e23aac8325d359a1602
parent1b6ae3902803d4cea58633160dca9495d5122e78 (diff)
downloadjava-language-server-b362a7e0fecbeeb246c3c5b310c13e4eb3aa3291.zip
TODOs
-rw-r--r--TODOS.md3
-rw-r--r--package.json4
2 files changed, 4 insertions, 3 deletions
diff --git a/TODOS.md b/TODOS.md
index 90cf397..86b41c7 100644
--- a/TODOS.md
+++ b/TODOS.md
@@ -27,7 +27,8 @@
- Semantic coloring beta feature
## Simplicity
-Use module-info.java instead of build files to figure out classpath
+- Use module-info.java instead of build files to figure out classpath
+- Link a standalone executable with jlink (scripts/link.sh)
## JShell
- Support .jshell extension as "scratch pad"
diff --git a/package.json b/package.json
index ef8ec31..35aa9da 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.3",
+ "version": "0.2.4",
"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