Skip to content

Commit edf7f72

Browse files
committed
Bump to 1.4.1
1 parent ca2b707 commit edf7f72

File tree

5 files changed

+8790
-8738
lines changed

5 files changed

+8790
-8738
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,8 @@ All notable changes to the "nwscript-ee-language-server" extension will be docum
2626
## [1.4.0]
2727

2828
- New provider: [Diagnostics](https://code.visualstudio.com/api/language-extensions/programmatic-language-features#provide-diagnostics).
29+
30+
## [1.4.1]
31+
32+
- Fixed compiler `-i` parameter for Darwin and Linux operating systems.
33+
- The tokenization process now supports function definitions spread over multiple lines.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://github.com/PhilippeChab/nwscript-ee-language-server"
99
},
1010
"license": "MIT",
11-
"version": "1.4.0",
11+
"version": "1.4.1",
1212
"author": {
1313
"name": "Philippe Chabot"
1414
},

0 commit comments

Comments
 (0)