REditorSupport / REditorSupport/vscode-R

'r.bracketedPaste: true' didn't work or unexcepted more indentation in terminal

Open
#1,590 6 comments 7 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
TypeScript
Stars
1.2k
Forks
139
Avg merge
2h 46m
Merged PRs (30d)
5

Description

Describe the bug
"r.bracketedPaste": true didn't work, after I write options(radian.auto_match = FALSE) into .radian_profile, it worked, but I got more indentation in the terminal

To Reproduce
Steps to reproduce the behavior:

I have set "r.bracketedPaste": true, but it didn't work
Image

After I write options(radian.auto_match = FALSE) into .radian_profile, it worked, but I got more indentation in the terminal
Image

(If applicable) Please attach setting.json

  "r.bracketedPaste": true,
  "r.rpath.windows": "D:\\Program Files\\R\\R-4.3.3\\bin\\R.exe",
  "r.rterm.windows": "D:\\Program files\\Python\\Python312\\Scripts\\radian.exe",
  "r.rterm.option": [
      "--no-site-file",
  ],
  "r.plot.useHttpgd": true,

Environment:

  • OS: [Windows]
  • VSCode Version: [1.98.0]
  • R Version: [4.3.3]
  • vscode-R version: [2.8.4]
  • Python version: [3.12.7]
  • radian version: [0.6.13]

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the issue with the reported Windows, VS Code, R, Python, radian, and vscode-R versions using the shown settings. Compare bracketed paste with and without options(radian.auto_match = FALSE) in .radian_profile, and verify that the fix preserves paste behavior without extra terminal indentation; no source file or test is named in the report.

Written by the indexing model from the issue text.

Assessment

Tech stack
python, r, vscode
Domain
cli, developer-experience
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Quiet
Clarity
Needs clarification
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.