Skip to content

Releases: nushell/vscode-nushell-lang

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

0.7.0 Release

14 Sep 17:39
e99c9f2
Compare
Choose a tag to compare
0.7.0 Release Pre-release
Pre-release
  • 0.7.0
    • better automatic syntax from @Yethal
    • better block variable highlighting
    • remove themes + some cleanup
    • tweak auto-generated syntax

0.6.0 Release

10 Aug 15:02
15d911d
Compare
Choose a tag to compare
0.6.0 Release Pre-release
Pre-release
  • 0.6.0
    • Thanks to @Yethal we have a new syntax generating script to help making releases easier
    • Another item @Yethal contributed was a script to generate examples to test the syntax on
    • Other general cleanup
    • Supports most recent nushell syntax as of 0.66.4
    • @schuelermine fixed a type-o

0.5.3 Release

30 Mar 14:06
d91e18f
Compare
Choose a tag to compare
0.5.3 Release Pre-release
Pre-release
  • 0.5.3
    • updated language punctuation recognition
    • added the ability to recognize block parameters as variables
    • split out part of the readme.md into building.md

0.5.2 Release

24 Mar 14:27
c664957
Compare
Choose a tag to compare
0.5.2 Release Pre-release
Pre-release
  • 0.5.2
    • add true, false, and null as pseudo keywords
    • changed the indentation rules

0.5.1 Release

14 Mar 18:01
26823e9
Compare
Choose a tag to compare
0.5.1 Release Pre-release
Pre-release
  • 0.5.1
    • add not-in as a pseudo keyword to go with in and else
    • update screenshots showing else keyword
    • add on-Enter rules
    • fixed a bug with variable syntax coloring

0.5.0 Release

11 Mar 23:08
8126e99
Compare
Choose a tag to compare
0.5.0 Release Pre-release
Pre-release
  • 0.5.0
    • updated language to support 0.60.0 new keywords
    • fixed some bugs with highlighting
    • separated keywords for easier regex debugging
    • updated dependency versions

0.4.2 Release

02 Sep 21:19
cfae011
Compare
Choose a tag to compare
0.4.2 Release Pre-release
Pre-release
  • 0.4.2
    • added contribute custom terminal feature it is easier to use nushell as a terminal in vscode

0.4.1 Release

03 Aug 13:07
8824676
Compare
Choose a tag to compare
0.4.1 Release Pre-release
Pre-release
  • 0.4.1
    • syntax changed to allow optional $ in variable name
    • syntax changed to allow space after custom command parameters
    • added in to go with for

0.4.0 Release

02 Aug 22:04
Compare
Choose a tag to compare
0.4.0 Release Pre-release
Pre-release
  • 0.4.0
    • updated commands to support all commands in nushell 0.34.1
    • disabled intellisense completions