Skip to content

Releases: nushell/vscode-nushell-lang

0.0.9 Release

01 Mar 20:03
Compare
Choose a tag to compare
0.0.9 Release Pre-release
Pre-release

Renamed nushell theme to Nushell-Dark
Added light theme named Nushell-Light

0.0.8 Release

26 Feb 21:18
Compare
Choose a tag to compare
0.0.8 Release Pre-release
Pre-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

11 Jan 18:50
Compare
Choose a tag to compare
0.0.7 Release Pre-release
Pre-release

Fixed github actions pipeline (which no one but me cares about) :)
added icon

Release 0.0.6

11 Jan 14:56
Compare
Choose a tag to compare
Release 0.0.6 Pre-release
Pre-release

This release tweaks a few regular expressions.

Release 0.0.5

09 Jan 01:13
2d642fd
Compare
Choose a tag to compare
Release 0.0.5 Pre-release
Pre-release

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...