Skip to content

Suggestion: Query clipboard permissions when opening an existing server instead of always prompting #10191

@Tyriar

Description

@Tyriar

Testing #10170

I find the setting up Jupyter experience kind of complicated. Have you considered doing a soft permissions query instead of a hard text read when connecting to avoid this prompt? Additionally, it would be better from a user's perspective imo to ask for the clipboard on ctrl/cmd+v, not when clicking some button.

Screen Shot 2022-05-31 at 10 12 11 am

navigator.permissions.query({ name: 'clipboard-read' }).then(console.log)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIssue identified by VS Code Team member as probable bugpapercut 🩸Something affecting the productivity of the teamverifiedVerification succeeded

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions