File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,12 @@ Go to the Marketplace link below then click the _Install_ button.
18181 . Search for and install the extension by name - _ Auto Commit Message_ .
19191 . Click _ Install_ .
2020
21+ Or enter the following in the VS Code command prompt:
22+
23+ ``` sh
24+ $ ext install MichaelCurrin.auto-commit-msg
25+ ```
26+
2127---
2228
2329Continue to the [ Usage] ( usage.md ) doc.
@@ -32,12 +38,12 @@ Continue to the [Usage](usage.md) doc.
3238 - [ ![ view - releases] ( https://img.shields.io/badge/view-releases-2ea44f?style=for-the-badge&logo=github )] ( https://github.com/MichaelCurrin/auto-commit-msg/releases )
3339 1 . Find the latest release.
3440 1 . Expand the _ Assets_ section.
35- 3 . Download a copy of the ` .vsix ` archive file by clicking on the filename.
41+ 1 . Download a copy of the ` .vsix ` archive file by clicking on the filename.
36421 . In VS Code
3743 1 . Open the Command Palette (_ View_ then _ Command Palette_ ).
3844 1 . Type ` extension ` , wait for the auto-complete, then select _ Extension: Install from VSIX..._ .
3945 1 . Select the file downloaded earlier.f
40- 3 . Make sure to ** restart** VS Code to get the extension loaded.
46+ 1 . Make sure to ** restart** VS Code to get the extension loaded.
4147
4248### Use the terminal
4349
You can’t perform that action at this time.
0 commit comments