We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 665deee commit 50ab933Copy full SHA for 50ab933
CHANGELOG.md
@@ -31,3 +31,7 @@ All notable changes to the "nwscript-ee-language-server" extension will be docum
31
32
- Fixed compiler `-i` parameter for Darwin and Linux operating systems.
33
- The tokenization process now supports function definitions spread over multiple lines.
34
+
35
+## [1.4.2]
36
37
+- Fixed a few issues with the tokenizer
package.json
@@ -8,7 +8,7 @@
8
"url": "https://github.com/PhilippeChab/nwscript-ee-language-server"
9
},
10
"license": "MIT",
11
- "version": "1.4.1",
+ "version": "1.4.2",
12
"author": {
13
"name": "Philippe Chabot"
14
0 commit comments