- Fixed - Only open the output channel when logging an error
-
Added notice about the extension being UNMAINTAINED
-
Fixed - Logs not being shown on VSCode's output channel
-
Added - New log level: "error"
- [Dependabot] - Updated project dependencies to fix "minimatch ReDoS vulnerability" from the "minimatch" package (dev dependency)
-
Added - Show progress bar when updating views is taking longer than usual (more than a second)
-
Added - Setting to set a custom path for the CLIPS executable
-
Added - Setting to set the default strategy used by CLIPS when each session starts
-
Added - Command to set the strategy for the current session
-
Added - Button for updating each view manually
-
Added - Setting to toggle views auto updating their state after each command
-
Fixed - Error message not showing up if the CLIPS executable is not found (in Linux)
- Fixed issue #1 (Terminal does not work on Windows).
- Updated README to add the newly created issue (#1).
- Fixed - Error message was not being shown when the CLIPS terminal failed to spawn.
- Found issue - The CLIPS terminal does not spawn on Windows, even if the path is correct.
- Fixed - Views not updating when they were hidden in a tab and then selected.
- Improved the system that makes views close when CLIPS is closed.
- It is not perfect due to VSCode limitations, but it now works in more cases than before.
- Initial release