Web-Dev-For-Beginners
Web-Dev-For-Beginners copied to clipboard
README: “Open in Visual Studio Code” badge points to open.vscode.dev (DNS/NXDOMAIN)
What’s wrong
Clicking the “Open in Visual Studio Code” badge in README goes to: https://open.vscode.dev/microsoft/Web-Dev-For-Beginners This fails with DNS/NXDOMAIN for many users.
Expected
It should open the repo in VS Code for the Web.
Proposed fix
Change the badge target to: https://vscode.dev/github/microsoft/Web-Dev-For-Beginners
Repro steps
- Open README
- Click “Open in Visual Studio Code” badge
- Observe DNS/NXDOMAIN error
Willing to contribute
Yes — I will submit a PR for this one-line change.
Opened PR #1588 to fix the VS Code badge link