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'), },