Skip to content

Commit a416a5c

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents 61381b1 + fc46b3e commit a416a5c

File tree

4 files changed

+45
-4
lines changed

4 files changed

+45
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,3 +153,6 @@ All notable changes to the "vscode-nushell-lang" extension will be documented in
153153
- Update link (@balupton) [#149](https://github.com/nushell/vscode-nushell-lang/pull/149)
154154
- Fix shebang detection (@adamcstephens) [#151](https://github.com/nushell/vscode-nushell-lang/pull/151)
155155
- use `which` to find `nu` + add icon (@nerditation) [#153](https://github.com/nushell/vscode-nushell-lang/pull/153)
156+
- 1.7.1
157+
- Update to nushell 0.85.0 (@fdncred) [#155](https://github.com/nushell/vscode-nushell-lang/pull/155)
158+
- update textmate `def --env`, `def --wrapped`, input/output types (@glcraft) [#160](https://github.com/nushell/vscode-nushell-lang/pull/160)

client/package-lock.json

Lines changed: 37 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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": "1.7.0",
6+
"version": "1.7.1",
77
"preview": false,
88
"license": "MIT",
99
"publisher": "TheNuProjectContributors",

0 commit comments

Comments
 (0)