Skip to content

Commit

Permalink
Improve settings UI (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
tadashi-aikawa committed Aug 13, 2022
1 parent 9f6ec01 commit e20f1e8
Show file tree
Hide file tree
Showing 4 changed files with 234 additions and 165 deletions.
3 changes: 3 additions & 0 deletions src/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ export function createCommands(app: App, settings: Settings): Command[] {
defaultInput: "",
commandPrefix: "",
sortPriorities: [],
includePrefixPathPatterns: [],
excludePrefixPathPatterns: [],
expand: true,
});
},
},
Expand Down
Loading

0 comments on commit e20f1e8

Please sign in to comment.