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

Show progress of execution #1148

Open
lars-reimann opened this issue May 4, 2024 · 0 comments
Open

Show progress of execution #1148

lars-reimann opened this issue May 4, 2024 · 0 comments
Labels
enhancement 💡 New feature or request vscode 🔨 Issues regarding tools like the VS Code extension

Comments

@lars-reimann
Copy link
Member

Is your feature request related to a problem?

Sometimes program execution takes some time. Then it's necessary to see where the execution currently stopped.

Desired solution

  • Option 1: Use decorations in gutter besides placeholder.

    • Easily gets out of sync if users keep editing.
    • Does not work if multiple executions run in parallel.
  • Options 2: Use inlay hints next to placeholder.

    • Does not work if multiple executions run in parallel. Or we could display one icon for each execution?
  • Options 3: Show progress in output panel.

Possible alternatives (optional)

No response

Screenshots (optional)

No response

Additional Context (optional)

No response

@lars-reimann lars-reimann added enhancement 💡 New feature or request vscode 🔨 Issues regarding tools like the VS Code extension labels May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement 💡 New feature or request vscode 🔨 Issues regarding tools like the VS Code extension
Projects
Status: Backlog
Development

No branches or pull requests

1 participant