-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add troubleshooting doc, update readme (#565)
- Loading branch information
1 parent
21331bd
commit c0c0d9a
Showing
4 changed files
with
48 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Troubleshooting | ||
|
||
If AHK++ isn't behaving as you expect, here are some things you can try. | ||
|
||
## Restart extensions | ||
|
||
Some settings changes only take effect after restart. Other issues may arise that are mitigated with a restart. | ||
|
||
To restart all extensions, press F1 to open the command palette and enter "Developer: Restart Extension Host". Extensions should restart within a few seconds. | ||
|
||
If you're able to consistently reproduce the issue, please [open a bug](https://github.com/mark-wiemer-org/ahkpp/issues/new/choose). | ||
|
||
## Install specific version of AHK++ | ||
|
||
If a recent release is causing issues, you can revert to a previous version via your IDE's extensions view. | ||
|
||
1. Select AHK++ | ||
1. Near "uninstall", click the small caret (down arrow) | ||
1. Select "Install Specific Version..." | ||
1. A quick pick will open with all versions, select whichever one you like. | ||
> Note that changing the major version (e.g. from 6.x to 5.x) will likely result in some issues. Refer to [changelog.md](../changelog.md) for details. | ||
![IDE extensions view, showing uninstall alt > install specific version](../image/installSpecificVersion.png) | ||
|
||
The current installed version of AHK++ is also shown to the right of the extension name for clarity, outlined above in red. | ||
|
||
If the issue goes away with the older version of AHK++, please [open a bug](https://github.com/mark-wiemer-org/ahkpp/issues/new/choose). | ||
|
||
## Advanced troubleshooting | ||
|
||
These steps shouldn't be necessary for most issues, and may be difficult to execute. Feel free to open an issue without trying these :) | ||
|
||
### Debug logs | ||
|
||
Using Ctrl+Shift+U to open the output view, you can select either of the AHK++ channels to see all debug logs. You're welcome to map these logs to `Output.debug` and `console.log` calls in the source code. Please include your findings if you [open a bug](https://github.com/mark-wiemer-org/ahkpp/issues/new/choose). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters