Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 368 Bytes

File metadata and controls

20 lines (14 loc) · 368 Bytes

Uninstall

How to uninstall the extension if you don't want it anymore

Extension pane

  1. Open the Extensions tab in VS Code.
  2. Click the Auto Commit Message extension.
  3. Click uninstall.
  4. Restart VS Code.

Or

Command-prompt

  1. Run this command.
    $ code --uninstall-extension MichaelCurrin.auto-commit-msg
  2. Restart VS Code.