microsoft / vscode-edge-debug2

This is a VS Code extension which helps you debug your JavaScript Code inside the Edge browser.
Other
37 stars 31 forks source link

The extension does not start Edge in any configuration of the launch task under linux #218

Open Xarkam opened 3 years ago

Xarkam commented 3 years ago

Launch task:

{
      "type": "edge",
      "request": "launch",
      "version": "beta",
      "name": "vuejs: edge",
      "url": "http://localhost:8080",
      "webRoot": "${workspaceFolder}",
      "breakOnLoad": true,
      "pathMapping": {
        "/_karma_webpack_": "${workspaceFolder}"
      },
      "sourceMapPathOverrides": {
        "webpack:/*": "${webRoot}/*",
        "/./*": "${webRoot}/*",
        "/src/*": "${webRoot}/*",
        "/*": "*",
        "/./~/*": "${webRoot}/node_modules/*"
      },
      "preLaunchTask": "vuejs: serve",
      "trace": true
    }

Browser configuration

Il existe 6 choix pour l'alternative x-www-browser (qui fournit /usr/bin/x-www-browser).

  Sélection   Chemin                         Priorité  État
------------------------------------------------------------
  0            /usr/bin/google-chrome-stable   200       mode automatique
  1            /usr/bin/falkon                 80        mode manuel
  2            /usr/bin/firefox                40        mode manuel
  3            /usr/bin/google-chrome-stable   200       mode manuel
* 4            /usr/bin/microsoft-edge-beta    150       mode manuel
  5            /usr/bin/microsoft-edge-dev     0         mode manuel
  6            /usr/bin/vivaldi-stable         200       mode manuel

And default browser configuration in KDE image