tenninebt / vscode-koverage

VSCode code coverage extension
Apache License 2.0
26 stars 6 forks source link

fixed bug in windows paths (ingore case fix) #19

Closed default-writer closed 2 years ago

default-writer commented 2 years ago

windows paths C:\path and c:\path are both works as absolute paths but replace() will not work, so file open in UI will fail in nonexistent file, wich is error on windows