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

Interrupt button isn't showing on windows for R #5861

Open
davidrsch opened this issue Dec 25, 2024 · 1 comment
Open

Interrupt button isn't showing on windows for R #5861

davidrsch opened this issue Dec 25, 2024 · 1 comment

Comments

@davidrsch
Copy link

System details:

Positron and OS details:

Positron Version: 2025.01.0 (system setup) build 39
Code - OSS Version: 1.93.0
Commit: c7ef34f
Date: 2024-12-09T02:44:40.379Z
Electron: 30.4.0
Chromium: 124.0.6367.243
Node.js: 20.15.1
V8: 12.4.254.20-electron.0
OS: Windows_NT x64 10.0.19045

Interpreter details:

R 4.4.2

Describe the issue:

Interrupt button isnt showing up in R

Steps to reproduce the issue:

Execute a simple for loop

for (i in 1:1000) {
+   print(i)
+   Sys.sleep(1)
+ }

And I am unable to interrupt the execution:

Image

Expected or desired behavior:

I should be able to interrupt the execution as in previous versions:
being the latest version with interrumption available
Positron Version: 2024.12.0 (system setup) build 41
Code - OSS Version: 1.93.0
Commit: 39536c2
Date: 2024-11-18T02:47:00.983Z
Electron: 30.4.0
Chromium: 124.0.6367.243
Node.js: 20.15.1
V8: 12.4.254.20-electron.0
OS: Windows_NT x64 10.0.19045

Image

Were there any error messages in the UI, Output panel, or Developer Tools console?

There where no error message

@jmcphers
Copy link
Collaborator

I believe this is the same issue as #5724. We have a fix merged and it'll be in a build early in the new year. Thanks for reporting!

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

No branches or pull requests

2 participants