Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Beforehand the `terminfo[colors]` and `COLORTERM` were not set properly. The terminal already supports 256 truecolor, but cli tools might not use it, as the env variables were not set correctly. This is fixed with this PR, the color is not set to `256` and `COLORTERM` is set to `truecolor`. Fixes eclipse-theia#13523.
- Loading branch information