Skip to content

Commit 2ac775b

Browse files
committed
chore: improve README
1 parent 4f5a737 commit 2ac775b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,14 @@ Contributions are most welcome to fix bugs or to add new features.
8484
- 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.
8585
- You need to have the `EditorConfig for VS Code` extension installed by searching with the `EditorConfig.EditorConfig` extension ID.
8686
- 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>",
91+
"AutoHotkey2.Warn.LocalSameAsGlobal": true,
92+
"AutoHotkey2.Warn.CallWithoutParentheses": "On"
93+
}
94+
```
8795

8896
### Structure
8997

0 commit comments

Comments
 (0)