Update survey URL (#14538)

This commit is contained in:
Colen Garoutte-Carson
2026-06-23 11:52:58 -07:00
committed by GitHub
parent a1eef20485
commit 6ea023c14a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ File questions, issues, or feature requests for the extension.
If someone has already filed an issue that encompasses your feedback, please leave a 👍 or 👎 reaction on the issue to upvote or downvote it to help us prioritize the issue.
<br>
**[Quick survey](https://www.research.net/r/VBVV6C6)**
**[Quick survey](https://aka.ms/vcvscodesurvey)**
<br>
Let us know what you think of the extension by taking the quick survey.
+1 -1
View File
@@ -944,7 +944,7 @@ function onToggleRefGroupView(): void {
function onTakeSurvey(): void {
telemetry.logLanguageServerEvent("onTakeSurvey");
const uri: vscode.Uri = vscode.Uri.parse(`https://www.research.net/r/VBVV6C6?o=${os.platform()}&m=${vscode.env.machineId}`);
const uri: vscode.Uri = vscode.Uri.parse(`https://aka.ms/vcvscodesurvey`);
void vscode.commands.executeCommand('vscode.open', uri);
}