Stop new temp file opening in debugger
Summary The issue at hand is related to debugging TypeScript files in Visual Studio Code using Mocha or Jest. When attempting to debug, the file with the breakpoint opens in a new temporary instance, rather than the original file. This problem persists across both Mocha and Jest, despite switching between them. Root Cause The root … Read more