Skip to content

Commit

Permalink
v1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Feb 2, 2024
1 parent 66d2aa6 commit cefc93f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

1.5.1 (02/01/2024)
------------------

* Fixed "Error: Incorrect number of arguments for command 'display'" when `lime.projectFile` path contains spaces.
* Fixed incorrect request to install Lime if `haxelib config` returns a non-zero exit code because the user probably hasn't run `haxelib setup` yet. The Haxe extension will provide an appropriate error message and resolution options.
* Fixed generated `lime` command arguments when `lime.projectFile` is explicitly set to _project.xml_.
* Fixed `lime setup -alias` issue where it froze asking for input. Now passes the `-y` option.
* Fixed incorrect attempt to install Lime when `lime.executable` points to a custom command.

1.5.0 (02/02/2023)
------------------

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lime-vscode-extension",
"version": "1.5.0",
"version": "1.5.1",
"publisher": "openfl",
"engines": {
"vscode": "^1.42.0",
Expand Down

0 comments on commit cefc93f

Please sign in to comment.