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
If you're looking for results in all .go files under ./chromeos/src/, please use ./chromeos/src/*.go. If you're looking for all .go files recursively under ./chromeos/src/, try ./chromeos/src/**/*.go.
I'd really like to have a regex pattern as a post-processing step on the path of found matches.
We prefer to match files using globs. Once our TextSearchProvider extension API gets finalized, you could make an extension that implements this feature (but you'll also need to re-implement the whole search provider).
Does this issue occur when all extensions are disabled?: Yes
Version: 1.93.1 (Universal)
Commit: 38c31bc
Date: 2024-09-11T17:20:05.685Z (1 wk ago)
Electron: 30.4.0
ElectronBuildId: 10073054
Chromium: 124.0.6367.243
Node.js: 20.15.1
V8: 12.4.254.20-electron.0
OS: Darwin arm64 23.6.0
Steps to Reproduce:
.*
./chromeos/src/**.go
**.go
the results output started to populate immediately.Also:
The text was updated successfully, but these errors were encountered: