Skip to content

Commit

Permalink
remove the blankline
Browse files Browse the repository at this point in the history
  • Loading branch information
smart-bo committed Oct 6, 2021
1 parent 2f4eab2 commit 295a53c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,11 @@ export namespace SearchInWorkspaceCommands {
id: 'search-in-workspace.open',
category: SEARCH_CATEGORY,
label: 'Find in Files'

};
export const REPLACE_IN_FILES: Command = {
id: 'search-in-workspace.replace',
category: SEARCH_CATEGORY,
label: 'Replace in Files'

};
export const FIND_IN_FOLDER: Command = {
id: 'search-in-workspace.in-folder',
Expand Down

0 comments on commit 295a53c

Please sign in to comment.