Skip to content

Commit 1876e21

Browse files
Merge pull request #223 from ricmatsui/rm-fix-watch
2 parents 3f9153d + 5bcaaad commit 1876e21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/store/provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ async function discoverSubTours(workspaceUri: vscode.Uri): Promise<CodeTour[]> {
150150
vscode.workspace.onDidChangeWorkspaceFolders(discoverTours);
151151

152152
const watcher = vscode.workspace.createFileSystemWatcher(
153-
`**/{${SUB_TOUR_DIRECTORIES.join(",")}/**/*.tour`
153+
`**/{${SUB_TOUR_DIRECTORIES.join(",")}}/**/*.tour`
154154
);
155155

156156
watcher.onDidChange(discoverTours);

0 commit comments

Comments
 (0)