mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
smoketest: more tracing information
This commit is contained in:
@@ -131,6 +131,8 @@ export class ExtHostCommands implements ExtHostCommandsShape {
|
||||
}
|
||||
|
||||
$executeContributedCommand<T>(id: string, ...args: any[]): Thenable<T> {
|
||||
this._logService.trace('ExtHostCommands#$executeContributedCommand', id);
|
||||
|
||||
if (!this._commands.has(id)) {
|
||||
return Promise.reject(new Error(`Contributed command '${id}' does not exist.`));
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user