Skip to content

Commit

Permalink
Remove duplicated Keybinding interface
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
  • Loading branch information
RomanNikitenko committed Apr 19, 2021
1 parent 6c285a8 commit df062f6
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions packages/plugin-ext/src/common/plugin-protocol.ts
Original file line number Diff line number Diff line change
Expand Up @@ -708,18 +708,6 @@ export interface Keybinding {
win?: string;
}

/**
* Keybinding contribution
*/
export interface Keybinding {
keybinding?: string;
command: string;
when?: string;
mac?: string;
linux?: string;
win?: string;
}

/**
* This interface describes a plugin lifecycle object.
*/
Expand Down

0 comments on commit df062f6

Please sign in to comment.