大表哥
大表哥
Same problem, on my Intel MAC (3.5.0), KAP can only record once, and the second time will be breaks. 😭 but it worked fine on my M1 MAC (3.4.2) >...
Seems to have something to do with the Electron version update (Electron 12+ and macOS Big Sur) [child_process spawn locks up renderer for 300 - 3000ms on signed app on...
这个环境变量在安装了语言包以后会注入,如果没有的话可能是启动插件进程的时候丢了
没有语言包的话确实不会注入,需要一个默认值
用 yauzl 是因为 compressing 不支持解压时保留 mode,对于一些包含了可执行文件的插件,使用 compressing 解压后会丢失执行权限,导致插件运行失败
quickOpen 有个配置 `workbench.quickOpen.preserveInput`,是不是应该用这一个配置就可以了?
方案 2 主要是考虑两种显示方式,一般来说两种需求都可能会有 1. 在 Node 环境通过调用 API 来打开 dialog 2. 在 Browser 环境执行 command 来打开 dialog