vscode-lcov icon indicating copy to clipboard operation
vscode-lcov copied to clipboard

Inline source map support

Open invliD opened this issue 9 years ago • 0 comments

The plugin does not parse source map urls when they're not separate files but instead embedded in the js file using a data uri (e.g. sourceMappingURL=data:application/json;base64,<base64 here>).

invliD avatar Nov 23 '16 02:11 invliD