galaxychilli

Results 2 issues of galaxychilli

想要做一个点击Button 触发指定某个task 任务的需求,通过注册并调用[command](command:workbench.action.tasks.runTask) ![1723800910432](https://github.com/user-attachments/assets/010089e5-bf67-4d94-9c14-4458c91b5c29) 可以实现button触发task:run这个命令,但是无法运行具体指定任务 ![1723799134076_E02CC328-160F-433e-8A86-99C9191EB189](https://github.com/user-attachments/assets/469a1249-2f88-436f-b64b-f3e0297a194e) 看了下vscode和opensumi这块的实现好像都是只有打开task:run这个命令的接口 没有执行具体task的接口

装了一个vscode的插件到opensumi中 这个插件的功能是运行一个task,但是在opensumi中无法看到这个task 下面是在opensumi中运行的效果 ![image](https://github.com/user-attachments/assets/596ea523-e6ae-41db-81e6-ef3d3b2ef69f) ![image](https://github.com/user-attachments/assets/50ee839b-adfa-480d-b5c9-86cfd03c5621) 下面是在vscode中正常运行的效果 ![49e7d42f5ea0fb9f1472b15a55932f3c](https://github.com/user-attachments/assets/16ad0c2e-3978-4ed0-aa8c-428928e90e4f) [vscode-test-0.0.1.zip](https://github.com/user-attachments/files/16517503/vscode-test-0.0.1.zip)