-
Notifications
You must be signed in to change notification settings - Fork 38.2k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bughelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesverifiedVerification succeededVerification succeeded
Milestone
Description
- VSCode Version: 1.37.0
- OS Version: macOS 10.14.5
Quick summary:
I'm trying to work on an extension to design diagrams to generate code. The libraries I'm using are triggering CustomEvent events on mouse events, but VSCode seems to be willing to treat them as MouseEvent, and hence breaking the execution.
Steps to Reproduce:
- Find included a project to reproduce the problem:
(based on the vs-extension sample 'cat-coding')
[reproducible.tar.gz] .
(https://github.com/microsoft/vscode/files/3490468/reproducible.tar.gz) - Open the project in VSCode
- Start debugging
- Launch the command "Cat Coding: start cat coding session"

- Click on the button displayed in the Webview:

- The following error should be thrown and displayed in the console:

Thanks in advance.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bughelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunitiesverifiedVerification succeededVerification succeeded