Skip to content

Commit fc46b3e

Browse files
fdncredglcraft
andauthored
Prepare for release (#163)
* tm syntax: remove verification behind command It surely has been useful in early stage of the syntax but it's seems to have no impact now * tm syntax: add variable fields in "variables" get rid of non-fixed text width lookbehind, incompatible with PCRE regex * update changelog for 1.6.0 * updates for 1.7.1 release --------- Co-authored-by: Gabin Lefranc <gabin.lefranc@gmail.com>
1 parent 6635a59 commit fc46b3e

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)