kricsleo / vscode-package.json-inspector

A VS Code extension to inspect packages in package.json file.
MIT License
9 stars 1 forks source link

Support regular expresssion config in settings.json to not fetch data from https://bundlephobia.com #3

Closed childrentime closed 1 year ago

childrentime commented 1 year ago

For some reason, I don't want to expose some package names.

kricsleo commented 1 year ago

Thanks for the feedback. Try updating to v0.2.0 and 'pkg.inspector.disableBundlephobia': string is available in .vscode/settings.json now ;)

(Don't forget to reload VS Code after the settings are changed)