-
-
Notifications
You must be signed in to change notification settings - Fork 112
Closed
Labels
Description
Describe the bug
Extension would not load with output error
Error 1:39:04 PM] There were errors during config load.
[Error 1:39:04 PM] [Error Error] Vitest failed to start:
TypeError: Cannot read properties of undefined (reading 'config')
Tests still ran using npm run test in command line though. Problem fixed by reverting to 1.38.1
Expected behavior
I expect the extension to load and work
Reproduction
Errors in output on loading up code repo
Output
Error 1:39:04 PM] There were errors during config load.
[Error 1:39:04 PM] [Error Error] Vitest failed to start:
TypeError: Cannot read properties of undefined (reading 'config')Extension Version
1.42.0
Vitest Version
2.0.5
Validations
- Check that you are using the latest version of the extension
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion or join our Discord Chat Server.
- The provided reproduction is a minimal reproducible example of the bug.
Reactions are currently unavailable