Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When debugging tests, get warning about sourcemap not being found #8

Open
stealthrabbi opened this issue May 3, 2021 · 1 comment

Comments

@stealthrabbi
Copy link

stealthrabbi commented May 3, 2021

my tsconfig.json has sourceMap:true, but I get this warning about the source map not being found.

Could not read source map for file:///c:/Users/StealthRabbi/.vscode/extensions/testy.vscode-testyts-test-adapter-1.2.0/out/workers/configLoader.js: ENOENT: no such file or directory, open 'c:\Users\StealthRabbi\.vscode\extensions\testy.vscode-testyts-test-adapter-1.2.0\out\workers\configLoader.js.map'

At that path, I have a configLoader.js, but not a configLoader.js.map

@tclancy
Copy link

tclancy commented Jul 14, 2021

Did you recompile after adding sourceMap: true?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants