Search In Open Editors (#107756)

* Initial work on "search in open editors"

* Update wording

* Update messaging for open editors config

* Add command to open all git changes (in association with searching in all open editors)

* Add strict parsing mode to search using providers for specific files

* Clean

* Remove log

* Naming

* Transfer open editors config to search editor

* Pass in more places

* Add some testing
This commit is contained in:
Jackson Kearl
2021-01-21 16:59:07 -08:00
committed by GitHub
parent 9f9d1a76d9
commit 7e55fa0c54
15 changed files with 304 additions and 71 deletions

View File

@@ -9,6 +9,7 @@
"command.close": "Close Repository",
"command.refresh": "Refresh",
"command.openChange": "Open Changes",
"command.openAllChanges": "Open All Changes",
"command.openFile": "Open File",
"command.openHEADFile": "Open File (HEAD)",
"command.stage": "Stage Changes",