Make it possible to have test data in cli-integration
This will now reload any files that live in `src/vscode-tests/*/data`.
This commit is contained in:
@@ -7,7 +7,7 @@ export function copyTestData() {
|
||||
}
|
||||
|
||||
export function watchTestData() {
|
||||
return gulp.watch(['src/vscode-tests/no-workspace/data/**/*', 'src/vscode-tests/minimal-workspace/data/**/*'], copyTestData);
|
||||
return gulp.watch(['src/vscode-tests/*/data/**/*'], copyTestData);
|
||||
}
|
||||
|
||||
function copyNoWorkspaceData() {
|
||||
|
||||
Reference in New Issue
Block a user