Replies: 2 comments
-
Can you attach your Positron version and a code example or video? I could not reproduce this using a couple of different long-running commands. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I tried making minimal reproducible examples with some
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Short Description: Hitting "enter" in the console window when the console is not ready will re-run the previous command instead of just running an empty line.
Longer Description: I have found that I have some long-running code going -- maybe, hypothetically, I hit command-enter on some code in the editor window that I didn't intend to run -- and I press the "stop" button in the console, to cancel, and hit enter a couple times to see if the console is responsive, it will actually re-run the previous command for each "enter" that I entered instead of the expected behavior of just giving me some blank lines. This can be problematic if I did not want the previous code to be re-run.
Beta Was this translation helpful? Give feedback.
All reactions