Tim Hayes
Tim Hayes
I have a nuget config file, named NuGet.Config. ```xml ``` I also have the `.config` extension mapped to XML in my bat config file: `--map-syntax='*.config:XML'` With the command `bat NuGet.Config`,...
## Description Corrected .vsxproj.filters to .vcxproj.filters ## Related Issue [Issue 146](https://github.com/devblackops/Terminal-Icons/issues/146) ## Motivation and Context Corrected to show the proper icon for .vcxproj.filters. ## How Has This Been Tested? Didn't...
## Expected Behavior .vcxproj.filters files should render with the Visual Studio logo, same as .vcxproj and .sln files. ## Current Behavior .vcxproj.filters files render with a generic document icon. ##...