Open strengejacke opened 7 hours ago
Interesting! When I use Positron 2024.11.0 (Universal) build 140 on a Mac, I don't see the green:
Do you mind reinstalling 2024.11.0 build 140 and finding out exactly how .rstudio_with_ansi_support()
is returning true? We would never expect Sys.getenv("RSTUDIO")
to return 1. You can use Sys.getenv("POSITRON")
though!
This example used to work
Following setup
Reprex
Result (as expected)
New Positron version
Result (not expected)
I think it's because this code no longer works properly with the latest Positron version:
Created on 2024-11-21 with reprex v2.1.1
Could be that this is no bug, but Positron just changed its "identification"?