We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
想要做一个点击Button 触发指定某个task 任务的需求,通过注册并调用command 可以实现button触发task:run这个命令,但是无法运行具体指定任务 看了下vscode和opensumi这块的实现好像都是只有打开task:run这个命令的接口 没有执行具体task的接口
The text was updated successfully, but these errors were encountered:
https://github.com/opensumi/core/blob/a53fac57ec78743997f602682e661ba9594ec99e/packages/debug/src/browser/debug-session-manager.ts#L320-L323
可以参考这个例子。 点击按钮的时候直接 run 具体的 task 任务
Sorry, something went wrong.
No branches or pull requests
想要做一个点击Button 触发指定某个task 任务的需求,通过注册并调用command
可以实现button触发task:run这个命令,但是无法运行具体指定任务
看了下vscode和opensumi这块的实现好像都是只有打开task:run这个命令的接口 没有执行具体task的接口
The text was updated successfully, but these errors were encountered: