Fix namespace evaluation for modules beginning with a semicolon.
Show the full stacktrace on an evaluation error.
Updates the embedded nREPL cider-nrepl version.
Output window now preserves focus.
Fixes the issue with the "Eval" command.
Adds integration with Clojure unit test framework.
Temporary removes refactor-nrepl
from the dependencies of the embedded nREPL at least untile this issue won't be fixed.
Fixes the behavior of nREPL connection. If a remote nREPL is closed evaluation of code will show the message about it and the connection indicator will be removed.
Adds the Connecting to the REPL section to README.md and Slightly changes the behavior of the nREPL output channel only bringing it to the foreground on error.
Adds a channel for nREPL output to the Output Window.
Adds the :headless
option to the embedded nREPL and clojure-warrior to the extension recommendations.
Adds support of cljfmt
options.
Adds Clojure 1.9 support.
Adds a configuration option for formatting code on save.
Adds experimental ClojureScript support. Please check out README.md to learn how to use the extension for ClojureScript.
Fixes the issue with unescaping newlines that are parts of a string 64.
Adds a configuration option to disable an embedded nREPL start.
Adds code formatting support 57.
Adds workaround for the hanging Java process issue on the Windows platform 56.
Hotfix that detaches nREPL process on UNIX and non-detached one on Windows 56.
Fixes the troubles with a hanging Java process 56.
Fixes the error with embedded nREPL on Windows.
Does code refactoring and minor nREPL connection indicator UI fixes.
Fixes the Unable to start nREPL
bug 47.
Fixes the nREPL connection indicator behavior 42.
Fixes typos in documentation.
Fixes README.md formatting to display correctly on the Visual Studio Marketplace web-site.
Fixes the links to the images in README.md.
Adds embedded nREPL functionality – no need to connect manually anymore. 21.
Adds the forgotten changelog for the version 0.6.0 :-)
Changes the behavior of the Eval
command - now it shows compilation errors in the Output
panel 28.
Fixes possible bug with missing return from the provideDefinition
function #26.
Cleans up the documentation a little
Improves better support of special form signatures.
Updates the information about the supported features.
Adds signature helper #6.
Fixes the issue when only one output line is printed #9.
Shows output of the "Eval" command #5.
The first version public version.