easy-dotnet.nvim
easy-dotnet.nvim copied to clipboard
Windows path parsing
improvement for windows support:
- normalization of paths obtained via nvim api to always use
/
, which is supported in both linux and windows. - removal of quotes where not really needed
- exception for
dotnet test ... --logger="trx;logFileName=%s"
where using double quotes is the only option supported by both linux and windows
- exception for