diff --git a/extension/src/extension.ts b/extension/src/extension.ts index ad7d169..4ddd2c0 100644 --- a/extension/src/extension.ts +++ b/extension/src/extension.ts @@ -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(