提交 05e203cb 编写于 作者: J Johannes Rieken

change wording for missing command, fixes #4367

上级 0417a201
......@@ -322,7 +322,7 @@ export abstract class KeybindingService extends AbstractKeybindingService implem
let handler = this._getCommandHandler(commandId);
if (!handler) {
return TPromise.wrapError(new Error(`No handler found for the command: '${commandId}'. Ensure there is an activation event defined, if you are an extension.`));
return TPromise.wrapError(new Error(`No handler found for the command: '${commandId}'. An extension might be missing an activation event.`));
}
try {
let result = this._instantiationService.invokeFunction(handler, args);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册