Skip to content

Commit 987608e

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents dd0d83d + 959d54d commit 987608e

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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)

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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",

0 commit comments

Comments
 (0)