feat(search): add apply search editor changes extension

This commit is contained in:
2025-03-27 15:37:35 +00:00
parent 720f76ad2b
commit 7af60ec44b
2 changed files with 16 additions and 3 deletions

View File

@@ -295,6 +295,18 @@
},
//
// ===========================================================================
// MARK: Searching
// ===========================================================================
// Extension:
// - https://marketplace.visualstudio.com/items?itemName=jakearl.search-editor-apply-changes
//
{ // Apply changes in search editor.
"key": "cmd+s",
"command": "searchEditorApplyChanges.apply",
"when": "inSearchEditor"
}
//
// ===========================================================================
// MARK: Move Active Editor Group
// ===========================================================================
//