-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
siw: Perform workspace search in all open editors
+ `Search In Workspace` can now search content in dirty files and display the results in siw view. + Utilized the `findMatches` function from `monaco editor` to get the search matches from all open editors. + Added `minimatch` as a dependency in `siw` Co-authored-by: fangnx <[email protected]> Co-authored-by: vince-fugnitto <[email protected]> Signed-off-by: DukeNgn <[email protected]>
- Loading branch information
1 parent
6bc8d75
commit 97aead7
Showing
4 changed files
with
234 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters