- Added optional REPL startup in non-debug mode
- Code runs twice as fast
- Fixed some bugs with test run support
- Error handing
- Clearing old errors/failures before each test run
- Added
$lein_path
template var for launch.json to fill in lein path from preferences
- Added new test run support.
- Progress feedback
- Links to tests that fail or result in error in Problems view
- Run tests in parallel or sequentially
- Synched CHANGELOG.md with Marketplace
- Fixed typo in README.md
- Changed name from Continuum to Clojure Code.
- Now exporting
DEBUG_MIDDLEWARE_VERSION
andPATH_TO_TOOLS_JAR
environment variables to make it easier to set up profiles.clj. - Added default configuration setting for "editor.wordSeparators" for Clojure files.
- Version bump
- Added function signature help
- Fixed bug related to version identification
- Fix for wrong version in exported
VS_CODE_CONTINUUM_VERSION
- Added note at top of README.md to let users know about changes to REPL startup procedure.
- Starting the REPL/debugger is now done using the standard VS Code debugger launch button instead of using the command palette
- Extension now exports
VS_CODE_CONTINUUM_VERSION
as an environment variable that can be used in profiles.clj to automatically keep the debug-middleware version in sync with the extension version. - Fixed bug that was preventing adding or removing breakpoints when stopped at a breakpoint.
- Added support for auto-cleaning namespace declarations via slamhound
- Windows support should be working now
- Synced version numbers for extension and debug-middleware
- Rolling back Windows support due to bugs
- Added full Windows support
- Fixed bug preventing syntax highlighting in REPL
- Added syntax highlighting in REPL
- Fixed an issue with output from threads.
- Re-added the YouTube video
- Temporarily removed YouTube video link
- Added link to YouTube video
- Added confirmation of Linux support
- Preview release