You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Describe the bug
Sometimes the plot window pops up triggered by some command other than
plot
such as?
ortraceback
.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?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
andDeveloper: toggle screencast mode
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: