SudoKillMe / vscode-extensions-open-in-browser

81 stars 42 forks source link

Firefox 64 "Windows cannot find firefox make sure you typed the name correctly and then try again" Error #60

Closed RaRodRos closed 2 years ago

RaRodRos commented 4 years ago

When trying to open Firefox 64 I got the error message.

Windows cannot find ***.exe make sure you typed the name correctly and then try again

It can be solved by changing the firefoxItem.standardName property in the config.js file from "Firefox" to the full path of the executable: "C:\\Program Files\\Mozilla\\firefox" (remember to escape the backslashes) and closing VS Code.