microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
159.32k stars 27.87k forks source link

Show Quick pick if multiple extensions register `notebook.format` code action providers. #212934

Open Yoyokrazy opened 2 weeks ago

Yoyokrazy commented 2 weeks ago
          later we can show a quick pick.

_Originally posted by @rebornix in https://github.com/microsoft/vscode/pull/212750#discussion_r1604049009_


Tie quick pick into notebook.defaultFormatter setting. Quick Pick should display all the extension ID's and can likely leverage the DefaultFormatter class the same as the setting to populate