You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,14 @@ Contributions are most welcome to fix bugs or to add new features.
84
84
- If AutoHotkey is located in a different location other than `C:\Program Files\AutoHotkey\v2\AutoHotkey.exe`, then set the `AutoHotkey2.InterpreterPath` setting to point to the correct location.
85
85
- You need to have the `EditorConfig for VS Code` extension installed by searching with the `EditorConfig.EditorConfig` extension ID.
86
86
- You need to have the `Prettier - Code formatter` extension installed by searching with the `esbenp.prettier-vscode` extension ID.
87
+
- Add the following lines to your VS Code settings.json file to enable AutoHotkey v2 language support.
88
+
```json
89
+
{
90
+
"AutoHotkey2.InterpreterPath": "<path to AutoHotkey.exe>",
0 commit comments