Skip to content

Commit ccc5e48

Browse files
authored
fix: breakpoints in extension subdirs on windows not working (microsoft#184195)
It did not normalize to forward slashes, so the empty sourcemap was created with a source called `foo\\bar.js`. Then the build process was adding a new source `foo/bar.js` since it didn't see it already in the sourcemap, but `foo\\bar.js` was later normalized. This normalized version came first in the mapping, but didn't have any mapped locations, so breakpoints never got set.
1 parent 9b12d4a commit ccc5e48

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

0 commit comments

Comments
 (0)