mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-19 14:22:19 +01:00
This is kinda confusing... because the property doesn't really match the `"workbench.quickOpen.preserveInput": true` setting behavior. But I _think_ `preserveValue` here means... ensure that whatever I pass in as the first parameter of this `show(...)` function gets to be the value at the end of the day and _don't_ overwrite it with any previous value. cc @bpasero for context. Fixes #169058