Closed
Description
opened on Dec 6, 2021
Does this issue occur when all extensions are disabled?: Yes
Version: 1.62.3
Commit: ccbaa2d
Date: 2021-11-17T08:00:36.721Z
Electron: 13.5.2
Chrome: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Linux x64 5.13.0-19-generic
Steps to Reproduce:
- Create a empty directory
testedge
and place the following file intotestedge/.vscode/launch.json
{ "configurations": [ { "name": "Edge Google", "type": "pwa-msedge", "request": "launch", "url": "https://www.google.com" } ] }
code testedge
- Launch debug session named "Edge Google"
- Nothing happens
Expected Behavior:
- When Edge is installed, it should be opened
- When Edge is not installed, it should throw some errors
Tested with:
- vscode 1.62.3, Edge 97.0.1072.13 (
microsoft-edge
is in PATH and running it works), Ubuntu Jammy (Linux alex-p330 5.13.0-19-generic #19-Ubuntu SMP Thu Oct 7 21:58:00 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
). Can reproduce - vscode 1.62.3, No edge installation on macOS 11.4 arm64. Can reproduce
- vscode 1.56.0, Edge 97.0.1072.13, Ubuntu Jammy. Cannot find edge:
But with same results.
Activity