Skip to content

Commit

Permalink
fix: sort enable settings by folder (#1086)
Browse files Browse the repository at this point in the history
  • Loading branch information
nayeemrmn authored Mar 6, 2024
1 parent e66d061 commit 06939d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/src/enable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ export function refreshEnableSettings(extensionContext: DenoExtensionContext) {
),
]);
}
extensionContext.enableSettingsByFolder.sort();
extensionContext.enableSettingsByFolder.reverse();
}

/** Check the current workspace */
Expand Down

0 comments on commit 06939d4

Please sign in to comment.