Releases: nushell/vscode-nushell-lang
Releases · nushell/vscode-nushell-lang
1.10.0 Release
1.9.0 Release
- 1.9.0
- Add spread to syntax highlighting (@texastoland) #174
- fix markdown formatting for hover lsp (@AucaCoyan) #175
- update grammar for nushell 0.91.0 (@fdncred) #177
1.8.0 Release
- 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
1.7.0 Release
- 1.7.0
- Fix datetime parsing (@glcraft) #140
- Fix go-to definition on Windows (@gaetschwartz) #141
- Don't try to read if file doesn't exist (@gaetschwartz) #143
- Me forgetting to merge changes (@fdncred) #145
- npm audit fix (@fdncred) #147
- Update link (@balupton) #149
- Fix shebang detection (@adamcstephens) #151
- use
which
to findnu
+ add icon (@nerditation) #153
1.6.0 Release
1.5.1 Release
1.5.0 Release
- 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
1.0.0 Release
Thanks to Gabin Lefranc (@glcraft) for a total rewrite of the textmate grammar for nushell!!