Skip to content

Commit

Permalink
Add "Install from VSIX" guide (#567)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-wiemer authored Nov 9, 2024
1 parent a4eae7e commit 1302535
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/InstallFromVSIX.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Install from VSIX

Some IDEs support installing extensions directly from your local machine. This can be faster and more private than downloading from a registry.

All releases are published to https://github.com/mark-wiemer-org/ahkpp/releases as vsix files.

Once you have the file downloaded, you can open your IDE, go to the extensions view, and select "Install from VSIX..."

![](../image/installFromVSIX.png)

Once installed, you should see an info message prompting you to restart extensions:

![](../image/completedInstallingFromVSIXMessage.png)

Finally, you can manage which version of an extension you have installed from the extensions view:

![extensions view showing restart extensions, update, and other buttons](manageExtensionVersion.png)
Binary file added image/completedInstallingFromVSIXMessage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/installFromVSIX.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added image/manageExtensionVersion.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1302535

Please sign in to comment.