formulahendry / vscode-auto-rename-tag

Automatically rename paired HTML/XML tag
https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-rename-tag
MIT License
259 stars 36 forks source link

Exclude source map from extension package #613

Open kidonng opened 2 years ago

kidonng commented 2 years ago

First of all, thanks for this simple but effective extension! There's just one problem with it, the extension size is a little too much compared to its functionality. On my system, the unpacked size is 2.6MB.

This pull request excludes the source maps from the extension package, which is down from 668.97KB to 196.4KB!