File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 3
3
"typescript.tsc.autoDetect" : " off" ,
4
4
"typescript.preferences.quoteStyle" : " single" ,
5
5
"editor.codeActionsOnSave" : {
6
- "source.fixAll.eslint" : true
6
+ "source.fixAll.eslint" : " explicit "
7
7
},
8
8
"editor.formatOnSave" : true ,
9
9
"editor.defaultFormatter" : " esbenp.prettier-vscode"
Original file line number Diff line number Diff line change @@ -155,4 +155,11 @@ All notable changes to the "vscode-nushell-lang" extension will be documented in
155
155
- use ` which ` to find ` nu ` + add icon (@nerditation ) [ #153 ] ( https://github.com/nushell/vscode-nushell-lang/pull/153 )
156
156
- 1.7.1
157
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 )
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 )
Original file line number Diff line number Diff line change 3
3
"displayName" : " vscode-nushell-lang" ,
4
4
"description" : " nushell language for vscode" ,
5
5
"author" : " The Nushell Project Developers" ,
6
- "version" : " 1.7.1 " ,
6
+ "version" : " 1.8.0 " ,
7
7
"preview" : false ,
8
8
"license" : " MIT" ,
9
9
"publisher" : " TheNuProjectContributors" ,
You can’t perform that action at this time.
0 commit comments