Skip to content

Commit b6ab823

Browse files
committed
change label of option
1 parent fd24aaf commit b6ab823

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/client/unittests/configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export function displayPromptToEnableTests(rootDir: string, outputChannel: vscod
122122
}
123123

124124
const yes = 'Yes';
125-
const no = `No`;
125+
const no = `Later`;
126126
const noNotAgain = `No, don't ask again`;
127127

128128
return checkIfHasTestDirs(rootDir).then(hasTests => {

0 commit comments

Comments
 (0)