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 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"
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
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 )
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments