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
171
171
- Remove / and \ from wordPattern [ #186 ] ( https://github.com/nushell/vscode-nushell-lang/pull/186 )
172
172
- Add support for def my-function syntax highlighting and add tests to it [ #182 ] ( https://github.com/nushell/vscode-nushell-lang/pull/182 )
173
173
- 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
175
175
- Syntax highlighting in markdown code blocks [ #195 ] ( https://github.com/nushell/vscode-nushell-lang/pull/195 )
176
176
- Fix vulnerabilities detected by npm audit [ #193 ] ( https://github.com/nushell/vscode-nushell-lang/pull/193 )
177
177
- 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
181
181
- Add operators 'has' & 'has-not', and shorten operators-word regex [ #201 ] ( https://github.com/nushell/vscode-nushell-lang/pull/201 )
182
182
- Support floats, binary & octal literals (with underscores) [ #200 ] ( https://github.com/nushell/vscode-nushell-lang/pull/200 )
183
183
- 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 3
3
"description" : " VSCode part of the nushell language server" ,
4
4
"author" : " Nushell Maintainers" ,
5
5
"license" : " MIT" ,
6
- "version" : " 2.0.1 " ,
6
+ "version" : " 2.0.3 " ,
7
7
"publisher" : " TheNuProjectContributors" ,
8
8
"repository" : {
9
9
"type" : " git" ,
Original file line number Diff line number Diff line change 3
3
"displayName" : " vscode-nushell-lang" ,
4
4
"description" : " nushell language for vscode" ,
5
5
"author" : " The Nushell Project Developers" ,
6
- "version" : " 2.0.2 " ,
6
+ "version" : " 2.0.3 " ,
7
7
"preview" : false ,
8
8
"license" : " MIT" ,
9
9
"publisher" : " TheNuProjectContributors" ,
You can’t perform that action at this time.
0 commit comments