lehni / vscode-fix-checksums

A VSCode extension to adjust checksums after changes to core files
https://marketplace.visualstudio.com/items?itemName=lehni.vscode-fix-checksums
85 stars 9 forks source link

Command 'Fix Checksums: Apply' resulted in an error (Running the contributed command: 'fixChecksums.apply' failed.) #4

Open AMIRIOX opened 4 years ago

AMIRIOX commented 4 years ago

Windows 10 1909 ( WSL for Ubuntu 18.04 VSCode 1.47.3 )

when I use fix checksums: apply,

Error

Command 'Fix Checksums: Apply' resulted in an error (Running the contributed command: 'fixChecksums.apply' failed.)

The problem only appears on Ubuntu on WSL, it works fine on my Windows.

Darcy103 commented 3 years ago

Has your problem been solved? I also encountered the same error.

AMIRIOX commented 3 years ago

Nope :( I think this extension doesn't support linux. I have installed openSUSE Linux on my physical machine, this extension also does not work.

获取 Outlook for iOShttps://aka.ms/o0ukef


发件人: orange @.> 发送时间: Friday, May 14, 2021 12:00:43 PM 收件人: lehni/vscode-fix-checksums @.> 抄送: amiriox @.>; Author @.> 主题: Re: [lehni/vscode-fix-checksums] Command 'Fix Checksums: Apply' resulted in an error (Running the contributed command: 'fixChecksums.apply' failed.) (#4)

Has your problem been solved? I also encountered the same error.

― You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/lehni/vscode-fix-checksums/issues/4#issuecomment-840989757, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AON2GA42XVLYPY53DYOVV3LTNSN6XANCNFSM4PZ4YAHA.

Darcy103 commented 3 years ago

I just solved this problem, because my vscode software is always connected to the server, so the background plug-in is installed locally (global extension), while the Fix VSCode Checksums plug-in is installed on my server (SSH) and only extends over SSH , The two do not match. Therefore, if the remote connection is closed and the Fix VSCode Checksums plug-in is reinstalled, this error will not be reported.

Ekkone commented 3 years ago

I just solved this problem, because my vscode software is always connected to the server, so the background plug-in is installed locally (global extension), while the Fix VSCode Checksums plug-in is installed on my server (SSH) and only extends over SSH , The two do not match. Therefore, if the remote connection is closed and the Fix VSCode Checksums plug-in is reinstalled, this error will not be reported.

thanks,that worked

lalisa43 commented 1 year ago

thank you,i have correctly fixed my problem