Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fallback to Microsoft Edge for Linux #296

Closed
yhatt opened this issue Oct 22, 2020 · 0 comments · Fixed by #307
Closed

Fallback to Microsoft Edge for Linux #296

yhatt opened this issue Oct 22, 2020 · 0 comments · Fixed by #307
Labels
enhancement New feature or request

Comments

@yhatt
Copy link
Member

yhatt commented Oct 22, 2020

Continue from #199. Microsoft Edge for Linux is available now.
https://blogs.windows.com/msedgedev/2020/10/20/microsoft-edge-dev-linux/

Currently Marp CLI is supporting fallback to Edge only in Windows, macOS, and Linux on WSL1 (use host Windows Edge). We have to find out Linux Edge binary when executing Marp CLI on Linux.

// TODO: Find out Microsoft Edge for Linux

According to Microsoft's Edge dev tools for VS Code, Linux binary seems to be located in /opt/Microsoft/msedge(-channel)/msedge (in the case of Debian).
https://github.com/microsoft/vscode-edge-devtools/blob/f586583f90bf5307c0e625dc0c94a974a0b2d862/src/utils.ts#L529-L560

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant