提交 bc46e789 编写于 作者: I isidor

pass on args when invoking an action

上级 a67b1b13
......@@ -175,7 +175,7 @@ export function triggerAndDisposeAction(instantitationService: IInstantiationSer
// run action when workbench is created
return partService.joinCreation().then(() => {
try {
return TPromise.as(actionInstance.run()).then(() => {
return TPromise.as(actionInstance.run(args)).then(() => {
actionInstance.dispose();
}, (err) => {
actionInstance.dispose();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册