#fix: 108459 by orange4glace · Pull Request #108666 · microsoft/vscode (original) (raw)
This PR fixes #108459
arguments type is same with INewFindReplaceState although JSON schema is little different.
It excludes searchScope
(It's not a primitive) and loop
(It's only for internal state)
Unlike SearchEditor, arguments cannot include variables since it's an editor-scoped, not a workbench-scoped.