Holger Benl

Results 4 issues of Holger Benl

To reproduce: ``` npm i -g js-beautify curl https://app.cord.com/1.82.0/sidebar-eed1df1bbf4c2ba31c69ae11a7955e16.js >sidebar.js js-beautify -X -w 100 sidebar.js >beautified.js ``` Then open `beautified.js` in an editor and search for "addAnnotation". That will take...

type: bug

Currently the "Mocha Tests" output channel only shows the output captured from `stdout`/`stderr`, but this does not include the test run messages from `mocha`, so it's impossible to associate the...

enhancement

Most of the tests that verify sourcemap support for webpack bundles have been broken for a while, this PR fixes them.

The loaded scripts panel was broken because it assumed that it will receive the event for the start of a debug session before receiving any events from that session but...