Bochlin / vunit-test-explorer

VUnit test explorer for VSCode
MIT License
11 stars 5 forks source link

The extension does not work on macOS #23

Open eugmes opened 2 years ago

eugmes commented 2 years ago

The extensions fails to find any tests on macOS because the globalStoragePath property of ExtensionContext points to a directory with spaces, namely ~/Library/Application Support/Code/User/globalStorage. The directory is then not correctly escaped when run.py is invoked.