Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
启动扩展时是否有任何方法可以自动生成 tasks.json 文件?就目前而言,用户必须复制并粘贴到相同的脚本中才能构建每个单独的项目文件夹。
我最终通过完全删除对 tasks.json 的要求来解决这个问题。激活扩展时,我使用 cp.execFile() 命令在 typescript 中自动运行“任务”。