File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ All notable changes to the "vscode-nushell-lang" extension will be documented in
171171 - Remove / and \ from wordPattern [ #186 ] ( https://github.com/nushell/vscode-nushell-lang/pull/186 )
172172 - Add support for def my-function syntax highlighting and add tests to it [ #182 ] ( https://github.com/nushell/vscode-nushell-lang/pull/182 )
173173 - add prettier to dev deps [ #181 ] ( https://github.com/nushell/vscode-nushell-lang/pull/181 )
174- - 2.0-pre-release
174+ - 2.0.0 Pre-Release
175175 - Syntax highlighting in markdown code blocks [ #195 ] ( https://github.com/nushell/vscode-nushell-lang/pull/195 )
176176 - Fix vulnerabilities detected by npm audit [ #193 ] ( https://github.com/nushell/vscode-nushell-lang/pull/193 )
177177 - Add CONTRIBUTING.md [ #194 ] ( https://github.com/nushell/vscode-nushell-lang/pull/194 )
@@ -181,3 +181,7 @@ All notable changes to the "vscode-nushell-lang" extension will be documented in
181181 - Add operators 'has' & 'has-not', and shorten operators-word regex [ #201 ] ( https://github.com/nushell/vscode-nushell-lang/pull/201 )
182182 - Support floats, binary & octal literals (with underscores) [ #200 ] ( https://github.com/nushell/vscode-nushell-lang/pull/200 )
183183 - Use LSP instead of legacy --ide-\* parameters [ #207 ] ( https://github.com/nushell/vscode-nushell-lang/pull/207 )
184+ - 2.0.3 Pre-Release
185+ - Add ability to start and stop lsp [ #210 ] ( https://github.com/nushell/vscode-nushell-lang/pull/210 )
186+ - Better JSONRPC logging [ #211 ] ((https://github.com/nushell/vscode-nushell-lang/pull/211 )
187+ - Fix some lints [ #213 ] ((https://github.com/nushell/vscode-nushell-lang/pull/213 )
Original file line number Diff line number Diff line change 33 "description" : " VSCode part of the nushell language server" ,
44 "author" : " Nushell Maintainers" ,
55 "license" : " MIT" ,
6- "version" : " 2.0.1 " ,
6+ "version" : " 2.0.3 " ,
77 "publisher" : " TheNuProjectContributors" ,
88 "repository" : {
99 "type" : " git" ,
Original file line number Diff line number Diff line change 33 "displayName" : " vscode-nushell-lang" ,
44 "description" : " nushell language for vscode" ,
55 "author" : " The Nushell Project Developers" ,
6- "version" : " 2.0.2 " ,
6+ "version" : " 2.0.3 " ,
77 "preview" : false ,
88 "license" : " MIT" ,
99 "publisher" : " TheNuProjectContributors" ,
You can’t perform that action at this time.
0 commit comments