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

Run Selection/Line sends comments preceding code #438

Closed
andycraig opened this issue Nov 5, 2020 · 2 comments
Closed

Run Selection/Line sends comments preceding code #438

andycraig opened this issue Nov 5, 2020 · 2 comments

Comments

@andycraig
Copy link
Collaborator

Describe the bug

Run Selection/Line sends all comments preceding code. This is not exactly a bug, but it's a bit annoying.

To Reproduce

  1. Create a file temp.R with the following content:
# 1
# 2
x <-3
  1. Place cursor on line 3
  2. Use command R: Run Selection/Line

Expected: Just line 3 is sent to the console

Actual: All three lines are sent to the console:

> # 1
> # 2
> x <-3
@andycraig andycraig added the bug label Nov 5, 2020
@github-actions
Copy link

This issue is stale because it has been open for 365 days with no activity.

@github-actions github-actions bot added the stale label May 27, 2022
@github-actions
Copy link

This issue was closed because it has been inactive for 14 days since being marked as stale.

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

No branches or pull requests

1 participant