Skip to content

Commit e44f4a0

Browse files
committed
Remove dead arg
1 parent eb874ee commit e44f4a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function createClient(config: any): LanguageClient {
6464
vscode.commands.registerCommand('phpactor.reindex', reindex);
6565
vscode.commands.registerCommand('phpactor.config.dump', dumpConfig);
6666
vscode.commands.registerCommand('phpactor.services.list', servicesList);
67-
vscode.commands.registerCommand('phpactor.status', status, vscode);
67+
vscode.commands.registerCommand('phpactor.status', status);
6868

6969
return languageClient;
7070
}

0 commit comments

Comments
 (0)