editor.wordBasedSuggestions
force disabled while in ahk language mode
#250
Labels
editor.wordBasedSuggestions
force disabled while in ahk language mode
#250
Description
previously typed words in the document/file are not suggested by the editor while in ahk language mode provided by this extension, even though the corresponding setting (
editor.wordBasedSuggestions
) is enabled insettings.json
Reproduction steps
Steps to reproduce the behavior:
Expected behavior
word based suggestion should show up
Additional context
if i switch the file to another language mode (tested in plain text and javascript), i get expected behavior::
![image](https://user-images.githubusercontent.com/31039318/194924061-f60c8951-b634-417d-90e2-92aed059af23.png)
if i switch the file to AutoHotkey language mode, i get the bug (no word based suggestions)::
![image](https://user-images.githubusercontent.com/31039318/194924677-f3af7abd-c6b6-4a6f-a86b-8f40243397f3.png)
The text was updated successfully, but these errors were encountered: