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

Fix: command not found #3

Closed Kaier33 closed 2 years ago

Kaier33 commented 4 years ago

system version: macOS Mojave 10.14.6 Visual Studio Code version: 1.45.1

first step: sudo "/Applications/Visual Studio Code.app/Contents/MacOS/Electron" second setp : code --install-extension lehni.vscode-fix-checksums when i executing "Fix Checksums: Apply" : Fix: command not found.

image

v4de commented 3 years ago

From your screenshot it looks like you are executing the command incorrectly. Need to execute from the command palette in vscode which is cmd+shift+p.

image

AntonioL commented 2 years ago

I am reproducing the above problem, while launching the extensions command using the palette.

Kaier33 commented 2 years ago

From your screenshot it looks like you are executing the command incorrectly. Need to execute from the command palette in vscode which is cmd+shift+p.

image

it work for me , thanks