vscode-R
vscode-R copied to clipboard
Toggle style makes the colors of R plot points (lines, paths) being black
There is an example:
plot(rnorm(100), col = "red")
By now, commenting the line stroke: var(--vscode-foreground) !important;
in https://github.com/Ikuyadeu/vscode-R/blob/master/html/httpgd/styleOverwrites.css#L14 temporarily solves the problem.