Update survey URL (#14538)
This commit is contained in:
+1
-1
@@ -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.
|
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>
|
<br>
|
||||||
|
|
||||||
**[Quick survey](https://www.research.net/r/VBVV6C6)**
|
**[Quick survey](https://aka.ms/vcvscodesurvey)**
|
||||||
<br>
|
<br>
|
||||||
Let us know what you think of the extension by taking the quick survey.
|
Let us know what you think of the extension by taking the quick survey.
|
||||||
|
|
||||||
|
|||||||
@@ -944,7 +944,7 @@ function onToggleRefGroupView(): void {
|
|||||||
|
|
||||||
function onTakeSurvey(): void {
|
function onTakeSurvey(): void {
|
||||||
telemetry.logLanguageServerEvent("onTakeSurvey");
|
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);
|
void vscode.commands.executeCommand('vscode.open', uri);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user