Skip to content

Instantly share code, notes, and snippets.

@tavareshenrique
Last active January 19, 2021 18:29
Show Gist options
  • Save tavareshenrique/46946e6b3ab0fcc18f766ea48f18bacb to your computer and use it in GitHub Desktop.
Save tavareshenrique/46946e6b3ab0fcc18f766ea48f18bacb to your computer and use it in GitHub Desktop.
Microsoft Edge (dev) VSCode Debug (Linux)
{
// Remember install the Debugger for Microsoft Edge Extension.
// https://marketplace.visualstudio.com/items?itemName=msjsdiag.debugger-for-edge
"version": "0.2.0",
"configurations": [
{
"type": "edge",
"request": "launch",
"name": "Launch Edge against localhost",
"url": "http://localhost:3000",
"webRoot": "${workspaceFolder}",
"runtimeExecutable": "/opt/microsoft/msedge-dev/msedge"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment