We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Traceback (most recent call last): File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 576, in on_post_save_async callback.on_post_save_async(v) File "/Users/slokesh/Library/Application Support/Sublime Text 3/Installed Packages/TailwindCSSAutocomplete.sublime-package/TailwindCSSAutocomplete.py", line 115, in on_post_save_async if view.file_name() == self.instances[folder]['config_file']: KeyError: 'config_file' Traceback (most recent call last): File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 688, in on_query_completions res = callback.on_query_completions(v, prefix, locations) File "/Users/slokesh/Library/Application Support/Sublime Text 3/Installed Packages/TailwindCSSAutocomplete.sublime-package/TailwindCSSAutocomplete.py", line 126, in on_query_completions items = self.instances[folder]['items'] KeyError: 'items' Traceback (most recent call last): File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 688, in on_query_completions res = callback.on_query_completions(v, prefix, locations) File "/Users/slokesh/Library/Application Support/Sublime Text 3/Installed Packages/TailwindCSSAutocomplete.sublime-package/TailwindCSSAutocomplete.py", line 126, in on_query_completions items = self.instances[folder]['items'] KeyError: 'items'
The text was updated successfully, but these errors were encountered:
Try my fork: https://github.com/james2doyle/sublime-tailwindcss
This issue should be fixed and has extra logging as well
I have had 3 PRs open since March and they haven't been addressed so maybe give this a shot and see if it fixes your issues
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: