alexdima / vscode-lcov

MIT License
39 stars 13 forks source link

Inline source map support #7

Open invliD opened 8 years ago

invliD commented 8 years ago

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>).