@simoncropp In Verify is there a way to force the extension of the files to be `.json` instead of `.txt` so I get syntax highlighting in the diff viewers? #dotnet #VerifyTests
@bitbonk @simoncropp You might be able to a file mask in Rider to tell it the syntax for these files should be JSON.
@bitbonk @simoncropp Yep. Here it is under “File Types”.
@khalidabuhakmeh @simoncropp It’s better than nothing! 👍🏼
@bitbonk @simoncropp I would argue that it’s good!
@khalidabuhakmeh @simoncropp It's good but not ideal. 😊
If I'd map `*.txt` to JSON in Rider, it would
- apply to all txt files anywhere even if they're not JSON
- not work for team members
- not work outside of Rider
@bitbonk @simoncropp - the map would be to “*.verified.txt” or “*.received.txt”
- Team members should switch to Rider (just kidding)
- Always Be in Rider!