Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Word List Files not working #102

Open
M-Fabian opened this issue Nov 5, 2024 · 1 comment
Open

Word List Files not working #102

M-Fabian opened this issue Nov 5, 2024 · 1 comment

Comments

@M-Fabian
Copy link

M-Fabian commented Nov 5, 2024

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.
@M-Fabian
Copy link
Author

M-Fabian commented Nov 7, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant