You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
my
tsconfig.json
has sourceMap:true, but I get this warning about the source map not being found.At that path, I have a
configLoader.js
, but not aconfigLoader.js.map
The text was updated successfully, but these errors were encountered: