We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8184752 commit 4bf5f59Copy full SHA for 4bf5f59
editors/code/src/main.ts
@@ -11,7 +11,7 @@ let ctx!: Ctx;
11
export async function activate(context: vscode.ExtensionContext) {
12
ctx = new Ctx(context);
13
14
- // Commands which invokes manually via command pallete, shortcut, etc.
+ // Commands which invokes manually via command palette, shortcut, etc.
15
ctx.registerCommand('analyzerStatus', commands.analyzerStatus);
16
ctx.registerCommand('collectGarbage', commands.collectGarbage);
17
ctx.registerCommand('matchingBrace', commands.matchingBrace);
0 commit comments