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
I try to use the settings All Autocomplete: Word List File to load my word list file. The file is a simple text file with one word per line. The file is not loaded by All Autocomplete. It works as expected when the file is open but that is not the idea, right?
I have tried using forward and backward slashes, no difference.
I have tried files with file suffix .txt and without a suffix, no difference.
"AllAutocomplete.wordListFiles": [
"d:/Programs/VisualStudioCode/Wordlist_Autocomplete.txt"
]```
Maybe there was a breaking change in VS Code since this extension was updated the last time.
The text was updated successfully, but these errors were encountered:
As an extension: I keep the file open as a workaround. The problem here is that after restarting the program, the file is not ready for autocompletion. I need to click on the tab to force actually reading and parsing the file. It behaves like a lazy evaluation, reading the file only when its contents need to be displayed on screen.
I try to use the settings All Autocomplete: Word List File to load my word list file. The file is a simple text file with one word per line. The file is not loaded by All Autocomplete. It works as expected when the file is open but that is not the idea, right?
The text was updated successfully, but these errors were encountered: