Skip to content

cncolder/vscode-source-map-visualization

Repository files navigation

Source Map Visualization VS Code

Visual Studio Marketplace Version

This is a visualization of JavaScript/CSS source map data, which is useful for debugging problems with generated source maps. It's designed to be high-performance so it doesn't fall over with huge source maps.

Usage

Right clicks on the minify code. Select Source Map Visualization in the context menu.

Demo

Development

pnpm i

Open VS Code Run and Debug panel, select Extension to start debugging.

Thanks

evanw/source-map-visualization

License

MIT License © 2022 Colder