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 eb874ee commit e44f4a0Copy full SHA for e44f4a0
src/extension.ts
@@ -64,7 +64,7 @@ function createClient(config: any): LanguageClient {
64
vscode.commands.registerCommand('phpactor.reindex', reindex);
65
vscode.commands.registerCommand('phpactor.config.dump', dumpConfig);
66
vscode.commands.registerCommand('phpactor.services.list', servicesList);
67
- vscode.commands.registerCommand('phpactor.status', status, vscode);
+ vscode.commands.registerCommand('phpactor.status', status);
68
69
return languageClient;
70
}
0 commit comments