samuelpordeus / vscode-elixir-test

Visual Studio Code extension to interact with elixir tests
MIT License
37 stars 36 forks source link

Fix isCodeFile regexps #80

Closed antedeguemon closed 1 year ago

antedeguemon commented 2 years ago

Hey there! 🖖

This PR updates isCodeFile regexps to only consider /lib/ and /test/ directories - and not /lib*/ and /test*/.

It is needed because the current regex causes problems with directories that have lib|test in its name.

Closes #78