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

When help is triggered, a closed plot window opens in addition to the help window. #1575

Open
katrinabrock opened this issue Nov 9, 2024 · 0 comments
Labels

Comments

@katrinabrock
Copy link

Describe the bug

Sometimes the plot window pops up triggered by some command other than plot such as ? or traceback.

To Reproduce
I haven't figured out the exact repro steps. It seems to happen when a source a script that has both a plot and a warning or error in it. However, it doesn't happen 100% of the time even in this situation.

It's something along the lines of these steps, but again only happens sometimes, and I haven't managed to figure out why:

  • source a script with both a plot and a warning
  • close the plot window
  • run ?mean
    Result: both plot window and help window open.

I'll post an MRE once I'm able to identify the exact trigger. Figured it would be good to open an issue even without one in case others are having the same issue, they can post here.

Can you fix this issue by yourself? (We appreciate the help)

Not sure. If the problem is in R, then probably. If the problem is in typescript, probably not.

Expected behavior

Only help window to open.

Screenshots
If applicable, add screenshots to help explain your problem.
You can show the keyboard contents by pressing F1 and Developer: toggle screencast mode

Environment (please complete the following information):

  • OS: using "Remotes" extension, local is MacOS, remote is linux
  • VSCode Version: 1.95.1
  • R Version: 4.3.2
  • vscode-R version: 2.8.4

Additional context
Add any other context about the problem here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant