Open
Description
Problem to solve
In #8783, we've consolidated the editor options by having a single array of options including the browser version of VS Code which is the default and fallback option as well as other options for desktop editors or IDEs like VS Code and JetBrains' IDEs.
- When using the latest release for VS Code, the primary action button label reads: Open in VS Code Insiders on Desktop
- When not using the latest release for IntelliJ IDEA, the primary action button label reads: Open in IntelliJ IDEA
- When using the latest release for IntelliJ IDEA, the primary action button label reads: Open in IntelliJ IDEA
Proposal
Following up the relevant discussions[1][2] from #8783, to resolve the inconsistency above but also provide a better button label that treats desktop editors as first-class citizens we could do rename the button labels with the following structure:
Open [[EDITOR]] [[LATEST_RELEASE]]
For example, we could have Open VS Code, Open VS Code Insiders, Open IntelliJ IDEA, Open IntelliJ IDEA EAP, etc.
Metadata
Metadata
Assignees
Type
Projects
Status
Done