【发布时间】:2021-06-24 17:37:06
【问题描述】:
我正在使用库 https://github.com/aik099/PhpStormProtocol/ 从浏览器 (Chrome) 获取指向我的 IDE (PHPStorm) 的链接。每次 xdebug 打印警告时,它都会附加一个带有这样的 href 的链接:
phpstorm://open?file={filepath}&line={line}
我已尝试按照我在此处找到的步骤进行操作: https://superuser.com/questions/1481851/disable-chrome-to-ask-for-confirmation-to-open-external-application-everytime
在 Windows 的寄存器中启用 policy 并在我的浏览器中验证它之后,我仍然有相同的弹出窗口,没有复选框以永久允许此协议。
【问题讨论】:
标签: windows google-chrome phpstorm protocols xdebug