The `options(continue = " ")` in `.Rprofile` does not take effect in Console.
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 45/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- r, typescript
- Domain
- developer-experience, tooling
Research direction
Reproduce the issue by setting options(continue = " ") in ~/.Rprofile, restarting the R session, and running the multiline command in the Positron Console. Start by tracing the Console entry point that renders continuation prompts; done means multiline input uses the configured blank prompt instead of '+', matching the expected output.
Written by the indexing model from the issue text.
Description
Positron Version:
Positron Version: 2024.06.1 (Universal) build 27
Code - OSS Version: 1.90.0
Commit: a893e5b282612ccb2200102957ac38d3c14e5196
Date: 2024-06-26T02:08:06.673Z
Electron: 29.4.0
Chromium: 122.0.6261.156
Node.js: 20.9.0
V8: 12.2.281.27-electron.0
OS: Darwin arm64 23.4.0
Steps to reproduce the issue:
- Add
options(continue = " ")to~/.Rprofile. - Restart R session.
- Run a multi-line command:
mtcars |>
ggplot2::ggplot(ggplot2::aes(x = mpg)) +
ggplot2::geom_histogram()
What did you expect to happen?
I expect the continue lines in console to be blanks rather than the default +. This expected behavior appears in RStudio, but not in Positron.
Want:
> mtcars |>
ggplot2::ggplot(ggplot2::aes(x = mpg)) +
ggplot2::geom_histogram()
Got:
> mtcars |>
+ ggplot2::ggplot(ggplot2::aes(x = mpg)) +
+ ggplot2::geom_histogram()
Were there any error messages in the output or Developer Tools console?
None.
- Dominant language
- TypeScript
- Stars
- 4.3k
- Forks
- 184
- Avg merge
- 1d 9h
- Merged PRs (30d)
- 195
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.
More from posit-dev/positron
-
ci-cd lang: python
Difficulty 1/5 Under an hour Newbie friendliness 84/100
-
area: quarto lang: r
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
area: quarto lang: r
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
area: onboarding area: welcome enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
area: assistant bug support
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
All issues in posit-dev/positron
Similar issues
-
clawsweeper:fix-shape-clear clawsweeper:queueable-fix clawsweeper:source-repro impact:ux-friction issue-rating: 🦞 diamond lobster no-stale P3
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
community first-timers-only good first issue hacktoberfest help wanted low hanging fruit up-for-grabs
Difficulty 1/5 Under an hour Newbie friendliness 76/100
-
code-quality refactoring
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
github/gh-aw-firewall#8816 ·
-
integration:quickjs org:external priority:backlog topic:code-interpreter topic:middleware type:feature
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
langchain-ai/deepagents#6450 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 88/100
vercel/react-tweet#225 ·