Open VSX version is outdated
hschletz opened this issue · 1 comments
hschletz commented
https://open-vsx.org/extension/recca0120/vscode-phpunit is still at 3.0.30.
murklemike commented
Here's instructions for installing/updating the extension manually in VSCodium for anybody looking for help on this issue.
- Download the latest .vsix file from the extension's marketplace version history page. Here's a link to it, version history.
- Open a terminal, I used Powershell 7, at where you downloaded the file and enter the following command:
codium --install-extension .\recca0120.vscode-phpunit-3.2.2.vsix
.
That's it. This will work for manually installing any VS Code extension in VSCodium but not all are 100% cross-compatible.