Skip to content
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

Open
DEV-Thierry opened this issue Oct 4, 2024 · 6 comments
Open

command 'fixChecksums.apply' not found #14

DEV-Thierry opened this issue Oct 4, 2024 · 6 comments

Comments

@DEV-Thierry
Copy link

image

@Jeydin21
Copy link

Jeydin21 commented Oct 7, 2024

That error is appearing for me as well

@igor10k
Copy link

igor10k commented Oct 7, 2024

The reason is that require.main is undefined now so require.main.filename throws an error.

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], '..')

@Jeydin21
Copy link

Jeydin21 commented Oct 7, 2024

Make a pull request 💀

@igor10k
Copy link

igor10k commented Oct 7, 2024

This repo had no updates in 6 years with 0 merged PRs. It'd be just a waste of time.

@Jeydin21
Copy link

Jeydin21 commented Oct 8, 2024

Dang that's rough

@Zylsjsp
Copy link

Zylsjsp commented Oct 9, 2024

please consider @RimuruChan fork instead Fix VSCode Checksums Next
PR has opened as RimuruChan#4, tks for your inspiration @igor10k

SunatP added a commit to SunatP/vscode-fix-checksums that referenced this issue Nov 2, 2024
- 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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants