File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project are documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.24.2] - 2023-10-16
9+
10+ ### Changed
11+
12+ - Revert changes of 24.0. Issue found and requires investigation.
13+
814## [ 0.24.0] - 2023-10-15
915
1016### Added
Original file line number Diff line number Diff line change 77 },
88 "description" : " View and edit all your snippets in one purty place. Yee-haw!" ,
99 "icon" : " img/logo.png" ,
10- "version" : " 0.24.0" ,
10+ <<<<<<< HEAD
11+ "version" : " 0.24.1" ,
12+ =======
13+ "version" : " 0.24.2" ,
14+ >>>>>>> eb29bf7 (Update metadata for reverting to v23 state)
1115 "engines" : {
1216 "vscode" : " ^1.4.0" ,
1317 "node" : " >=12.0.0"
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ class SnippetsFetcher {
165165}
166166
167167function hasScopeField ( array ) {
168- has = false ;
168+ let has = false ;
169169
170170 const result = array . find ( ( { scope } ) => scope !== undefined && scope !== "" ) ;
171171
Original file line number Diff line number Diff line change 331 . Add formatting of ` scope ` content to ensure consistent formatting. If no spaces between words values, add one after the comma.
441 . Is the ` scope ` field ever in a snippets file in an extension?
551 . Refactor ` language ` field in * snippet-collection.js* . It only applies to user snippets if I remember correctly.
6- 1 . This snippet extension - https://open-vsx.org/extension/hollowtree/vue-snippets - appears to cause an error.
6+ 1 . This snippet extension - https://open-vsx.org/extension/hollowtree/vue-snippets - appears to cause an error.
771 . Refactor Extensions make more comprehensible. Particularly code around extension-related snippets and the view.
881 . Show the shortcuts assigned to any snippets (via command 'insert snippet')?
You can’t perform that action at this time.
0 commit comments