no color in r terminal in VSCode

The r terminal does not print the ansi colors How can I resolve the issue?

> tibble::tibble(x=1)
?[38;5;246m# A tibble: 1 x 1?[39m
      x
  ?[3m?[38;5;246m<dbl>?[39m?[23m
?[38;5;250m1?[39m     1

I already tried resetting vscode/ reinstalling. removed all extensions but the problem persists.

Does anyone hav ean idea how to solve the issue? Thank you!