Skip to content

Commit a6962ba

Browse files
fix survey issue
1 parent 806d7d0 commit a6962ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/feedbackSurveyUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ async function showSurveyDialog() {
5454
);
5555
if (result === "Take Survey") {
5656
vscode.env.openExternal(vscode.Uri.parse(SURVEY_URL));
57-
} else {
57+
} else if (result === "Don't show me this message next time") {
5858
await vscode.workspace
5959
.getConfiguration("kdb")
6060
.update("hideSurvey", true, vscode.ConfigurationTarget.Global);

0 commit comments

Comments
 (0)