summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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