You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/vscode-e2e/src/suite/tools/search-files.test.ts
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -433,7 +433,7 @@ The search should find matches across different file types and provide context f
433
433
alwaysAllowReadOnly: true,
434
434
alwaysAllowReadOnlyOutsideWorkspace: true,
435
435
},
436
-
text: "SEARCH_FILES_TYPESCRIPT_SMOKE",
436
+
text: "Search for interface definitions using the regex interface\\s+\\w+ with file_pattern *.ts in the search-files-tool-fixture directory and report the TypeScript interfaces you find.",
437
437
})
438
438
439
439
// Wait for task completion
@@ -485,7 +485,7 @@ The search should find matches across different file types and provide context f
485
485
alwaysAllowReadOnly: true,
486
486
alwaysAllowReadOnlyOutsideWorkspace: true,
487
487
},
488
-
text: "SEARCH_FILES_JSON_SMOKE",
488
+
text: 'Search for JSON configuration keys using the regex "\\w+":\\s* with file_pattern *.json in the search-files-tool-fixture directory and report the keys you find.',
489
489
})
490
490
491
491
// Wait for task completion
@@ -540,7 +540,7 @@ The search should find matches across different file types and provide context f
540
540
alwaysAllowReadOnly: true,
541
541
alwaysAllowReadOnlyOutsideWorkspace: true,
542
542
},
543
-
text: "SEARCH_FILES_NESTED_SMOKE",
543
+
text: "Search for the utility functions formatCurrency and debounce using the regex function\\s+(format|debounce) in the search-files-tool-fixture directory and report what you find in the nested subdirectory.",
544
544
})
545
545
546
546
// Wait for task completion
@@ -592,7 +592,7 @@ The search should find matches across different file types and provide context f
592
592
alwaysAllowReadOnly: true,
593
593
alwaysAllowReadOnlyOutsideWorkspace: true,
594
594
},
595
-
text: "SEARCH_FILES_COMPLEX_REGEX_SMOKE",
595
+
text: "Search for import and export statements using the regex (import|export).* with file_pattern *.{js,ts} in the search-files-tool-fixture directory and report the module exports you find.",
0 commit comments