when debugging vitest unittest with vscode the Debug Console cannot access imported modules
I’m using vitest+vue3. When launching the debugger with launch.json
pressing F5
, in my Debug Console I can use modules imported by the script i’m debugging no problem.