easy-dotnet.nvim icon indicating copy to clipboard operation
easy-dotnet.nvim copied to clipboard

Windows path parsing

Open yosefham opened this issue 4 months ago • 0 comments

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

yosefham avatar Oct 13 '24 13:10 yosefham