Skip to content

Consolidate primary action button labels on workspace start #9201

Open
@gtsiolis

Description

@gtsiolis

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.

  1. When using the latest release for VS Code, the primary action button label reads: Open in VS Code Insiders on Desktop
  2. When not using the latest release for IntelliJ IDEA, the primary action button label reads: Open in IntelliJ IDEA
  3. 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.

Cc @mustard-mh @akosyakov @loujaybee

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions