Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tacheometry committed Dec 31, 2022
1 parent 046b018 commit 759c302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const refreshFsWatcher = () => {
const glob = getGlobPatternPreference();
if (glob === "")
return vscode.window.showWarningMessage(
'The runTestsOnSaveFilter has been set to "". The extension won\'t be able to detect any files changes; consider removing the property entirely for the default value to be used, or including a glob that captures the desired file names.'
'The runTestsOnSaveFilter has been set to "". The extension won\'t be able to detect any file changes; consider removing the property entirely for the default value to be used, or including a glob that captures the desired file names.'
);

fsWatcher = vscode.workspace.createFileSystemWatcher(
Expand Down

0 comments on commit 759c302

Please sign in to comment.