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

Ctrl + Enter in .qmd file does not run code line by line #3757

Closed
ntluong95 opened this issue Jun 30, 2024 · 1 comment
Closed

Ctrl + Enter in .qmd file does not run code line by line #3757

ntluong95 opened this issue Jun 30, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@ntluong95
Copy link

Positron Version:

Positron Version: 2024.06.1 (system setup) build 2024.06.1-27
Code - OSS Version: 1.90.0
Commit: a893e5b
Date: 2024-06-26T01:33:58.809Z
Electron: 29.4.0
Chromium: 122.0.6261.156
Node.js: 20.9.0
V8: 12.2.281.27-electron.0
OS: Windows_NT x64 10.0.22621

Steps to reproduce the issue:

  1. Create a new .qmd file
  2. Create a new Python cell
import pandas as pd
import numpy as np

a = 1
b = 2
  1. Place the cursor in the first line and press Ctrl + Enter

What did you expect to happen?

The code run only the first line

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

There was no error but the it run the whole code cell, not line by line

@ntluong95 ntluong95 added the bug Something isn't working label Jun 30, 2024
@juliasilge
Copy link
Contributor

This is a duplicate of #1646 if you would like to add any additional info there. Thanks!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants