so normally you can use the following to create a Build System:
{
"cmd": ["C:\\Program Files (x86)\\Google\\Chrome\\Application\\chrome.exe","$file"]
}
With edge, however, you can't simply start it up by double clicking the .exe found at the path
C:\Windows\SystemApps\Microsoft.MicrosoftEdge_8wekyb3d8bbwe
Which means this doesn't work (i tried this):
{
"cmd": ["C:\\Windows\\SystemApps\\Microsoft.MicrosoftEdge_8wekyb3d8bbwe\\MicrosoftEdge.exe","$file"]
}
Is there a way to create a Sublime Text Build System so that when you hit Ctrl+B the file opens up in Microsoft Edge?