Releases: nushell/vscode-nushell-lang
Releases · nushell/vscode-nushell-lang
0.0.9 Release
Renamed nushell theme to Nushell-Dark
Added light theme named Nushell-Light
0.0.8 Release
General bugfixes to regular expressions.
* added ansi strip
* added term size
* added mod
* fixed bug in escapes
* fixed build-string
* added alias
* added char prompt
* added char newline
* added format
* added $it.item
* added $it.index
0.0.7 Release
Fixed github actions pipeline (which no one but me cares about) :)
added icon
Release 0.0.6
This release tweaks a few regular expressions.
Release 0.0.5
This is a preliminary release for the community to test. The regex for some of the syntax highlighting is not finalized but it should contain all the nushell keywords.
If you want to view .nu
files in the included nushell theme then you must change your color theme in vscode to nushell
.
This release is not published to the microsoft marketplace yet. To install you can do code --install-extension vscode-nushell-lang-0.0.5.vsix
or cmd/ctrl+shift+p
and choose Extensions: Install from VSIX...