Console does not color distinguish code prompts sent and received to the console.
Steps to reproduce the issue:
First, install.packages("palmerpenguins") and install.packages("tidyverse") in Rstudio and Positron
In positron and Rstudios, send to the console penguins_raw |> select(Species, Island, Region)
Observe output in Console in both Rstudios and Positron
Rstudio output:
Positron output:
Expected or desired behavior:
Positron settings JSON file should have a bit more extensive customization of console output to mimic similar console output behavior to Rstudios. Similar to how you can currently call "positronConsole.foreground": "#dec5f0dc" in the settings JSON, to customize the console text color, there should be an option to call, or be able to customize the console output to better differentiate the different objects sent and returned on the console for streamline workflow similar to Rstudios behavior when sending and receiving from the console.
Were there any error messages in the UI, Output panel, or Developer Tools console?
as discussed in: #5069
System details:
Positron and OS details:
Interpreter details:
R 4.4.1
Describe the issue:
Console does not color distinguish code prompts sent and received to the console.
Steps to reproduce the issue:
install.packages("palmerpenguins")
andinstall.packages("tidyverse")
in Rstudio and Positronpenguins_raw |> select(Species, Island, Region)
Rstudio output:
Positron output:
Expected or desired behavior:
Positron settings JSON file should have a bit more extensive customization of console output to mimic similar console output behavior to Rstudios. Similar to how you can currently call
"positronConsole.foreground": "#dec5f0dc"
in the settings JSON, to customize the console text color, there should be an option to call, or be able to customize the console output to better differentiate the different objects sent and returned on the console for streamline workflow similar to Rstudios behavior when sending and receiving from the console.Were there any error messages in the UI, Output panel, or Developer Tools console?
NA