mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-27 03:54:24 +01:00
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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user