Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.120
- OS Version: Windows 11
Steps to Reproduce:
- Create index.html file with this content:
<!DOCTYPE html>
<html>
<body>
<script>
console.log("hello");
</script>
</body>
</html>
- Add breakpoint to console.log
- Add this profile to launch.json
{
"name": "test browser",
"type": "msedge",
"request": "launch",
"file": "${workspaceFolder}/test.html"
}
- Launch that profile. You will see the error: Unable to launch browser: Unable to attach to browser
This happens only on version 1.120, once I downgraded to 1.119 this worked fine.
Does this issue occur when all extensions are disabled?: Yes
Steps to Reproduce:
This happens only on version 1.120, once I downgraded to 1.119 this worked fine.