Azurite icon indicating copy to clipboard operation
Azurite copied to clipboard

Update `vsce` dependency to 2.16.0+ to make `keytar` an optional dependency.

Open commiterate opened this issue 3 months ago • 0 comments

[email protected] currently locks [email protected] which has keytar as a required dependency.

This breaks builds on Clang systems (e.g. Macs) because keytar's node-gyp build fails due to some invalid C code.

[email protected] moves keytar to an optional dependency instead.

See https://github.com/NixOS/nixpkgs/issues/449650 for more information.

Tasks:

commiterate avatar Oct 07 '25 21:10 commiterate