Skip to content

Don't rely on QuickInputService in EditorResolverService #173691

@TylerLeonhardt

Description

@TylerLeonhardt
Member

I'm trying to allow validation messages in the quick pick to support links. Unfortunately, adding OpenerService to the QuickInputService has left me in a service dependency cycle:

Can we move things around so the resolver service doesn't depend on QuickInput?

Logan had the idea of moving the usage into the commands which makes sense to me.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    Participants

    @TylerLeonhardt@lramos15

    Issue actions

      Don't rely on QuickInputService in EditorResolverService · Issue #173691 · microsoft/vscode