-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
command 'fixChecksums.apply' not found #14
Comments
That error is appearing for me as well |
The reason is that The fix is to open extension.js and replace line 6 const appDir = path.dirname(require.main.filename) with const appDir = path.join(process.argv[1], '..') |
Make a pull request 💀 |
This repo had no updates in 6 years with 0 merged PRs. It'd be just a waste of time. |
Dang that's rough |
please consider @RimuruChan fork instead Fix VSCode Checksums Next |
- Revise code following issues fixCheckSums.apply not founded following workaround lehni#14 - Change crypto hash file compute Checksum algroithm from md5 to sha256 (update following VSCode version changed since 1.86)
The text was updated successfully, but these errors were encountered: