VSCode Version Matrix
Version updated for https://github.com/EcksDy/vscode-version-matrix to version v1.0.2.
- This action is used across all versions by 3 repositories.
Action Type
This is a Node action using Node version 24.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The VSCode Version Matrix GitHub Action retrieves the dependency versions (Electron, Node, and Chromium) for a specified version of Visual Studio Code or the latest release. It automates the process of fetching and outputting this information, which is useful for developers tracking dependency versions or ensuring compatibility. This action also includes caching to optimize API requests and handles cases where dependencies cannot be retrieved.
Release notes
What’s Changed
- Fix update-cache crash on non-standard VSCode version tags + bump patch version by @Copilot in https://github.com/EcksDy/vscode-version-matrix/pull/60
Full Changelog: https://github.com/EcksDy/vscode-version-matrix/compare/v1.0.1...v1.0.2