lewxdev / vscode-glyph

A minimal icon theme for vscode inspired by Spectrum Icons by @alexperronnet
https://marketplace.visualstudio.com/items?itemName=lewxdev.vscode-glyph
MIT License
6 stars 0 forks source link

refactor: use `"files"` instead of .vscodeignore #13

Closed lewxdev closed 1 month ago

lewxdev commented 1 month ago

as of @vscode/vsce@2.25.0, vsce ls supports the more minimal files allowlist in package.json in addition to the .vscodeignore file. this removes the need for a .vscodeignore file in the project root. (the @vscode/vsce package has also been updated to ^2.25.0.)

see: https://github.com/microsoft/vscode-vsce/issues/867

lewxdev commented 1 month ago

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @lewxdev and the rest of your teammates on Graphite Graphite

lewxdev commented 1 month ago

this will end up being unnecessary, since this is undone by #16