have configured it properly otherwise adding in wsl.exe to the path linking it. I am now trying to add in plugins to my Hyper, but I keep on getting this error whenever I type in a Hyper command. I have tried reinstalling hyper a few times every time doing nothing.
hyper -v
Disabling Chromium GPU blacklist running in prod mode electron will open file://C:\Users\joeyg\AppData\Local\hyper\app-3.0.2\resources\app.asar\index.html Error while loading dev tools extensions Error: Cannot create process, error code: 267
问问题
2180 次
3 回答
4
我通过将它添加到您的 zshrc 或 bashrc 文件中来修复 ut。
alias hyper="cmd.exe /c hyper"
这允许它工作。但是,由于路径问题,它不会起作用。但是没有一个插件可以工作:(。它们不工作是非常可悲的。此外,它似乎在命令方面被放弃了,只是说它不受支持。当你打开时我真的很讨厌它一个新选项卡,它不在同一路径上。
于 2020-04-16T18:18:10.083 回答
2
像这样使用 shell Args
shell: 'C:\\Windows\\System32\\wsl.exe',
shellArgs: ['~'],
于 2021-09-13T04:27:40.093 回答
0
我对 WSL 也有同样的问题。
这不是解决方案,但您可以临时更改配置文件中的 shell。
shell: 'C:\\Windows\\System32\\cmd.exe'
然后执行你所有的超级命令。
于 2020-04-15T12:08:43.217 回答