Skip to content

Releases: nushell/vscode-nushell-lang

2.0.3 Release

10 Sep 13:47
Compare
Choose a tag to compare
2.0.3 Release Pre-release
Pre-release
  • 2.0.3 Pre-Release
    • Add ability to start and stop lsp #210
    • Better JSONRPC logging #211
    • Fix some lints #213

2.0.1 Release

04 Sep 16:10
e6ab612
Compare
Choose a tag to compare
2.0.1 Release Pre-release
Pre-release
  • 2.0-pre-release
    • Syntax highlighting in markdown code blocks #195
    • Fix vulnerabilities detected by npm audit #193
    • Add CONTRIBUTING.md #194
    • Support raw strings #197
    • Remove irrelevant autoClosingPair /** #198
    • Improve highlighting of bare and raw strings, and add missing unit & operator #199
    • Add operators 'has' & 'has-not', and shorten operators-word regex #201
    • Support floats, binary & octal literals (with underscores) #200
    • Use LSP instead of legacy --ide-* parameters #207

1.10.0 Release

23 Sep 21:08
63fcfaf
Compare
Choose a tag to compare
  • 1.10.0
    • Remove / and \ from wordPattern #186
    • Add support for def my-function syntax highlighting and add tests to it #182
    • add prettier to dev deps #181

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