REditorSupport / REditorSupport/vscode-R
'r.bracketedPaste: true' didn't work or unexcepted more indentation in terminal
Nobody has claimed this yet.
- 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
After I write options(radian.auto_match = FALSE) into .radian_profile, it worked, but I got more indentation in the terminal
(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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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