From a357d58de3d70827b7aac13f002b578bdc82b033 Mon Sep 17 00:00:00 2001 From: JosiahMoses <32985363+JosiahMoses@users.noreply.github.com> Date: Tue, 16 Nov 2021 11:43:32 -0600 Subject: [PATCH] Update commands.ts Fixed Typo --- src/commands.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands.ts b/src/commands.ts index ccf2f44..ec7318e 100644 --- a/src/commands.ts +++ b/src/commands.ts @@ -51,7 +51,7 @@ const commands: Command[] = [ //Navigation Keys...... { - name: 'mind-reader.showAllSymboles', + name: 'mind-reader.showAllSymbols', callback: () => vscode.commands.executeCommand('workbench.action.showAllSymbols'), },