Describe the bug
When debugging ts files with source maps, named imported variables are not previewed properly.
To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/liuxingbaoyu/jsdebug-sourcemap-bug
yarn / npm i
- set breakpoint at
src\util\scope.ts L18
- start debugging
Launch Program
- preview
BIND_SCOPE_LEXICAL
- see error
**VS Code Version: 1.71.0 (user setup)
Additional context


Describe the bug
When debugging ts files with source maps, named imported variables are not previewed properly.
To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/liuxingbaoyu/jsdebug-sourcemap-bugyarn / npm isrc\util\scope.tsL18Launch ProgramBIND_SCOPE_LEXICAL**VS Code Version: 1.71.0 (user setup)
Additional context

