microsoft / vscode-cmake-tools

CMake integration in Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=vector-of-bool.cmake-tools
MIT License
1.48k stars 454 forks source link

update node version, @vsce/vsce, and fix build errors from node updat… #4055

Closed gcampbell-msft closed 2 months ago

gcampbell-msft commented 2 months ago

Update our signing so that we support the new signing support partially documented here: https://gist.github.com/dtivel/c0b722fe1756c2b614d7096bde602c66.

To complete this, it required updating our signing as well as our node version and vsce version, and the resulting changes required for building.

NOTE: I've locally verified that the new signing process worked.

gcampbell-msft commented 2 months ago

NOTE: I performed a super fast smoke test to make sure things were behaving as expected, and they are.