Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First click does not open note when changing vscode tab #22

Open
younrx opened this issue Apr 25, 2023 · 3 comments
Open

First click does not open note when changing vscode tab #22

younrx opened this issue Apr 25, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@younrx
Copy link
Contributor

younrx commented Apr 25, 2023

Here's another issue, quite light but wierd:

  • add a note in a file
  • change tab in vscode
  • go back to the initial tab/file
  • click on the lateral button to open the note: nothing happens
  • click again: now the note is open

It always need two clicks to open the note correctly...

@ggabarrin ggabarrin added the bug Something isn't working label Apr 25, 2023
@ggabarrin
Copy link
Member

Hey @younrx,

Thanks for submitting this issue. We've been able to reproduce it.

At first glance, it seems this might be a bug in vscode, instead of a bug in our extension, but we'll further explore the issue.

We just tried to reproduce the behavior on the comment-sample project from https://github.com/microsoft/vscode-extension-samples/tree/main/comment-sample, and the project is also affected by the issue, so this might confirm the theory that this is actually a vscode issue.

Thank you!

@younrx
Copy link
Contributor Author

younrx commented Apr 26, 2023

Mmmh I see... This might prove to be tricky. Do you know what would be the best place to find a patch to such an issue ?

@ggabarrin
Copy link
Member

Hey @younrx, thanks for following up with this.

In case this is actually a vscode issue, the best place to bring this issue up would be vscode official GitHub repo (https://github.com/microsoft/vscode/issues).

In case it helps, they use a comments label to track issues related to the comments API (which is the one we use for the extensions).

You can see all comments API related issues here:
https://github.com/microsoft/vscode/labels/comments

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants