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.
The extensions fails to find any tests on macOS because the
globalStoragePath
property ofExtensionContext
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.