Skip to content

Commit

Permalink
Rename ID => identity
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Sujew <[email protected]>
  • Loading branch information
tsmaeder and msujew authored Feb 1, 2023
1 parent a85241b commit 89b4bfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-ext/src/plugin/known-commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export namespace KnownCommands {
};

// eslint-disable-next-line @typescript-eslint/no-explicit-any
const ID = (args: any[]) => args;
const identity = (args: any[]) => args;

mappings['editor.action.select.all'] = ['editor.action.select.all', CONVERT_VSCODE_TO_MONACO];
mappings['editor.action.toggleHighContrast'] = ['editor.action.toggleHighContrast', CONVERT_VSCODE_TO_MONACO];
Expand Down

0 comments on commit 89b4bfa

Please sign in to comment.