ColorTool does not resolve schemes properly, and does not work with WSL paths #5326
Labels
Area-CodeHealth
Issues related to code cleanliness, linting, rules, warnings, errors, static analysis, etc.
Help Wanted
We encourage anyone to jump in on these.
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Priority-3
A description (P3)
Product-Colortool
This is a problem with the utility application ColorTool for manipulating the console color palette.
Resolution-Fix-Committed
Fix is checked in, but it might be 3-4 weeks until a release.
Milestone
Environment
10.0.18363.0
Ubuntu on WSL
Steps to reproduce
ColorTool.exe <schemename>
(without extension) does not resolve the schemeColorTool.exe <schemename.extension>
resolves the scheme correctly.This behaviour is contrary to the advertised behaviour, which says that the scheme will be resolved trying a specific order of extensions
ColorTool.exe -x <schemename>
(without extension) does not resolve the schemeColorTool.exe -x <schemename.extension>
does not resolve the scheme and throws exceptions.This behaviour is also not the expected behaviour.
Expected behavior
ColorTool.exe OneHalfDark
should have the same behaviour asColorTool.exe OneHalfDark.itermcolors
, and should actually load the terminal colors on both Windows shells and WSL shellsActual behavior
The text was updated successfully, but these errors were encountered: