Skip to content

Exception for using electron API for OS events.  #82588

@seivan

Description

@seivan

There is no way to get access to the OS level Swipe events outside of Electron.
Meaning if the user wants to listen to it, the only option is to monkey patch the VSCode boot and inject listeners.

I am hoping there can be an exception for this event so this PR can be accepted.

All it really does is listen to the event and forward the action, nothing more.
There isn't much that can break, so I don't quite understand the resistance since the Electron API is already used for every other event that comes in.

Edit: Made an extension out of it which is a good compromise.

Metadata

Metadata

Assignees

Labels

info-neededIssue requires more information from posterunder-discussionIssue is under discussion for relevance, priority, approach

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions