From 759c302823fd5628e53ba568be1c31fc3b2ed37c Mon Sep 17 00:00:00 2001 From: tacheometry <39647014+tacheometry@users.noreply.github.com> Date: Sat, 31 Dec 2022 03:22:16 +0200 Subject: [PATCH] Typo --- extension/src/extension.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(