mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-21 19:32:51 +01:00
Move await from `priority` for drop/paste API proposals For #179430, #30066 Switching to use `yieldTo` instead of `priority` to let an extension de-rank itself in the list of edits. `priority` was an arbitrary number while `yieldTo` gives more control over how the ranking takes place