Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "Install from VSIX" guide #567

Merged
merged 1 commit into from
Nov 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.