CLIPS IDE
The CLIPS IDE extension provides an IDE-like experience for the CLIPS programming language inside Visual Studio Code. FeaturesTerminalImproved terminal experience over the CLIPS REPL by including several features:
Views
These views update their state automatically after each command. Extension SettingsThis extension contributes the following settings:
Release Notes1.2.2Fixed logs not being shown on VSCode's output channel Added new log level: "error" 1.2.1Updated project dependencies 1.2.0Added 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) 1.1.0The extension finally works on Windows :tada: This means that issue #1 was fixed. 1.0.4Updated README to add the newly created issue (#1). 1.0.3Fixed - 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. 1.0.2Fixed - Views not updating when they were hidden in a tab and then selected. 1.0.1Improved 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.) 1.0.0Initial release of CLIPS IDE. |