All notable changes to the extension will be documented in this file.
-
Rewrite codebase with ClojureScript from scratch
-
Add notification that proposes to use nix config, if the last one is available in the workspace [ISSUE-28]
-
Add config parameter
packages
as an alternative to nix-file configuration [ISSUE-12] -
Add ability to pass custom arguments to nix-shell through
args
config parameter [ISSUE-27] -
Add ability to pass custom arguments to nix-shell through
args
config parameter [ISSUE-27] -
Add ability to pass the custom path to
nix-shell
utility through config'snixShellConfig
parameter [ISSUE-38] -
Fix bug with misbehaving when spaces were presented in nix-config path [ISSUE-41]
- Reword README
- Fix typos in the descriptions of config settings
- Update
mocha
to7.1.1
- The extension tested under Windows platform. (Thank you Rasmus Eskola)
- Add ability use nix-shell with custom attribute parameter (David Turnbull)
- Initial release