Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 157622c

Browse files
committed
spelling
1 parent 4284552 commit 157622c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/extension.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ export function activate(context: vscode.ExtensionContext) {
327327
}
328328
};
329329

330-
const showHistryPicks = async () => {
330+
const showHistoryPicks = async () => {
331331
interface HistoryPick extends vscode.QuickPickItem {
332332
item: HistoryItem;
333333
}
@@ -382,7 +382,7 @@ export function activate(context: vscode.ExtensionContext) {
382382
vscode.commands.registerCommand('references-view.copy', copyCommand),
383383
vscode.commands.registerCommand('references-view.copyAll', () => copyCommand(model)),
384384
vscode.commands.registerCommand('references-view.copyPath', copyPathCommand),
385-
vscode.commands.registerCommand('references-view.pickFromHistory', showHistryPicks),
385+
vscode.commands.registerCommand('references-view.pickFromHistory', showHistoryPicks),
386386
);
387387

388388
}

0 commit comments

Comments
 (0)