Skip to content

Releases: nushell/vscode-nushell-lang

1.9.0 Release

06 Mar 15:53
ad9472e
Compare
Choose a tag to compare

1.8.0 Release

11 Jan 15:23
Compare
Choose a tag to compare
  • 1.8.0
    • automatically publish extension to open vsx registry on release (@Yakiyo) #161 (reverted unfortunately, but 1.8.0 is available on OpenVSX)
    • More conditional and loop snippets (@EmilyGraceSeville7cf) #165
    • Syntax highlight: add "export" to "module" (@glcraft) #166
    • Improve type parsing in function def (@glcraft) #167
    • Textmate improvements (@glcraft) #168
    • Textmate: improvement on record entries and closure (@glcraft) #169

1.7.1 Release

20 Oct 15:19
Compare
Choose a tag to compare
  • 1.7.1

1.7.0 Release

19 Sep 19:43
Compare
Choose a tag to compare

1.6.0 Release

21 Jun 19:52
Compare
Choose a tag to compare
  • 1.6.0
    • Snippets (completions) #126
    • Snippets (markdown doc sections) #127
    • Snippets (use H3 header) #128
    • Snippets (support regex groups) #130
    • Use unique labels for durationWrapper #133
    • Fix TextMate regex that linguist discovered #137

1.5.1 Release

01 May 16:18
010f4dd
Compare
Choose a tag to compare
  • 1.5.1

1.5.0 Release

26 Apr 12:24
a3d036a
Compare
Choose a tag to compare
  • 1.5.0
    • No longer a preview release
    • Fix use coloring when used in variable naming
    • Allow underscore separators in numbers
    • Goto Definition
    • Inlays / Hints
    • Hover
    • Error squigglys
    • Auto-complete
    • Editor IDE Settings to help configure some features
    • Added folding regions with # region: and # endregion
    • Update syntax regexes to match nushell v0.79.0

1.1.0 Release

13 Mar 13:22
c5cc642
Compare
Choose a tag to compare
  • 1.1.0
    • Updated syntax to match nushell 0.77.0
    • Added a new path to search for nu #82
    • Fixed use syntax highlighting #79
    • Added nu icon #77
    • Added additional scoop location #75

1.0.0 Release

22 Jan 01:09
73c70c8
Compare
Choose a tag to compare
1.0.0 Release Pre-release
Pre-release

Thanks to Gabin Lefranc (@glcraft) for a total rewrite of the textmate grammar for nushell!!

0.8.0 Release

28 Nov 15:39
35fed0d
Compare
Choose a tag to compare
0.8.0 Release Pre-release
Pre-release
  • 0.8.0
    • added path for arm brew @melMass
    • update readme screenshots
    • add the old dark and light themes to repo for anyone who wants to use them
    • update example.nu for testing
    • update generate-example.nu to include all samples
    • update generate-patterns.nu to support the new language features
    • update language syntax to support new nushell 0.72 features (break, continue, return, loop, try, catch, mut, while, err>, out>, err+out>, out+err>)