Skip to content

Commit

Permalink
Prepare for release (#163)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
fdncred and glcraft authored Oct 20, 2023
1 parent 6635a59 commit fc46b3e
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,3 +153,6 @@ All notable changes to the "vscode-nushell-lang" extension will be documented in
- Update link (@balupton) [#149](https://github.com/nushell/vscode-nushell-lang/pull/149)
- Fix shebang detection (@adamcstephens) [#151](https://github.com/nushell/vscode-nushell-lang/pull/151)
- use `which` to find `nu` + add icon (@nerditation) [#153](https://github.com/nushell/vscode-nushell-lang/pull/153)
- 1.7.1
- Update to nushell 0.85.0 (@fdncred) [#155](https://github.com/nushell/vscode-nushell-lang/pull/155)
- update textmate `def --env`, `def --wrapped`, input/output types (@glcraft) [#160](https://github.com/nushell/vscode-nushell-lang/pull/160)
38 changes: 37 additions & 1 deletion client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "vscode-nushell-lang",
"description": "nushell language for vscode",
"author": "The Nushell Project Developers",
"version": "1.7.0",
"version": "1.7.1",
"preview": false,
"license": "MIT",
"publisher": "TheNuProjectContributors",
Expand Down

0 comments on commit fc46b3e

Please sign in to comment.