Skip to content

Commit 7fbd885

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents 9ffe7f3 + 411f850 commit 7fbd885

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"typescript.tsc.autoDetect": "off",
44
"typescript.preferences.quoteStyle": "single",
55
"editor.codeActionsOnSave": {
6-
"source.fixAll.eslint": true
6+
"source.fixAll.eslint": "explicit"
77
},
88
"editor.formatOnSave": true,
99
"editor.defaultFormatter": "esbenp.prettier-vscode"

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,4 +155,11 @@ All notable changes to the "vscode-nushell-lang" extension will be documented in
155155
- use `which` to find `nu` + add icon (@nerditation) [#153](https://github.com/nushell/vscode-nushell-lang/pull/153)
156156
- 1.7.1
157157
- 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)
158+
- update textmate `def --env`, `def --wrapped`, input/output types (@glcraft) [#160](https://github.com/nushell/vscode-nushell-lang/pull/160)
159+
- 1.8.0
160+
- automatically publish extension to open vsx registry on release (@Yakiyo) [#161](https://github.com/nushell/vscode-nushell-lang/pull/161)
161+
- More conditional and loop snippets (@EmilyGraceSeville7cf) [#165](https://github.com/nushell/vscode-nushell-lang/pull/165)
162+
- Syntax highlight: add "export" to "module" (@glcraft) [#166](https://github.com/nushell/vscode-nushell-lang/pull/166)
163+
- Improve type parsing in function def (@glcraft) [#167](https://github.com/nushell/vscode-nushell-lang/pull/167)
164+
- Textmate improvements (@glcraft) [#168](https://github.com/nushell/vscode-nushell-lang/pull/168)
165+
- Textmate: improvement on record entries and closure (@glcraft) [#169](https://github.com/nushell/vscode-nushell-lang/pull/169)

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

0 commit comments

Comments
 (0)