vscode-lcov
vscode-lcov copied to clipboard
Inline source map support
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>).