From e352745c4c5cd409e4dd879bd869e8102682a863 Mon Sep 17 00:00:00 2001 From: Asher Date: Mon, 12 Jan 2026 10:27:22 -0900 Subject: [PATCH] Clarify VS Code web vs vscode.dev in bug template --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 44443560f..c43d5c65e 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -89,7 +89,7 @@ body: - type: dropdown attributes: label: Does this bug reproduce in VS Code web? - description: If the bug reproduces in VS Code web, submit the issue upstream instead (https://github.com/microsoft/vscode). You can run VS Code web with `code serve-web`. + description: If the bug reproduces in VS Code web, submit the issue upstream instead (https://github.com/microsoft/vscode). You can run VS Code web with `code serve-web` (this is not the same as vscode.dev). options: - Yes, this is also broken in VS Code web - No, this works as expected in VS Code web