Skip to content

Console: disallow typing in the console before the runtime has started or queue statements for execution  #3085

Open
@testlabauto

Description

Positron Version: 2024.05.0 (Universal) build 1151

Steps to reproduce the issue:

  1. Select a new interpreter (more likely to occur with Python)
  2. Very rapidly start using the console (before you see the "started" indication). In other words, while the interpreter is still "starting", try to enter some code into the console
  3. Note that the three dots indicating a continued line will appear and the code will not be processed.

What did you expect to happen?

I would have expected that the code would be queued until the interpreter was started, then executed.

Were there any error messages in the output or Developer Tools console?

I didn't see any error messages. See the attached screenshot for what Positron looks like when this happens.

playwright-screenshot-1-postEnterKey

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

area: consoleIssues related to Console category.bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions