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
@connor4312 thanks so much! I'll test in the next nightly. This has been bugging me forever and will be a huge leap to my productivity if it works. You're the man!
Uh oh!
There was an error while loading. Please reload this page.
Describe the bug
Continuation of microsoft/vscode-test-cli#9 (comment)
To Reproduce
Steps to reproduce the behavior:
esbuild/register
to transpile the files with sourcemap enabled (you could usetsc-node
or any other for this purpose)Expected: It would open to the original file location specified in the sourcemap, not the ephemeral version produced via the register transpiler.
Of note, the editor window shows the URL of the file "correctly", even though this isn't the actual content of the file.

Log File
vscode-debugadapter-7381afb9.json.gz
(nothing obvious in the DAP logs)
VS Code Version: 1.94.1
Additional context
Decoded base64 of the sourcemap:
The text was updated successfully, but these errors were encountered: