connorshea / vscode-ruby-test-adapter

A Ruby test adapter extension for the VS Code Test Explorer
https://marketplace.visualstudio.com/items?itemName=connorshea.vscode-ruby-test-adapter
MIT License
83 stars 50 forks source link

Allow test paths to be platform agnostic on saving #64

Closed cscorley closed 3 years ago

cscorley commented 3 years ago

Hi

This change fixes test reloading on Windows by using path.join instead of string.replace when trying to determine the current expected test path relative to the workspace and the file being saved.

I have not gotten to test if this change also works as expected on other platforms.

Thanks for maintaining this extension! I hope you're having a good holiday season.

connorshea commented 3 years ago

Thanks!