-
Notifications
You must be signed in to change notification settings - Fork 34k
Open
Labels
info-neededIssue requires more information from posterIssue requires more information from poster
Description
Does this issue occur when all extensions are disabled?: Yes
- VS Code Version: 1.96.4
- OS Version: Windows 11
Steps to Reproduce:
- Create a launch.json
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "msedge",
"request": "launch",
"name": "Launch Edge against localhost",
"url": "http://localhost:5173",
"webRoot": "${workspaceFolder}"
}
]
}
- Launch debug
Edge clearly there, user setting all cleared.
ghiscoding, lucas-kok, mumuxijili, fossbrandon, LarsKemmann and 10 more
Metadata
Metadata
Assignees
Labels
info-neededIssue requires more information from posterIssue requires more information from poster