Indexing issue
hi.. seems like the indexing was stuck for me.. how do I handle it?
5 Replies
Can you please share a screenshot of developer console logs, it will help us get to the bottom of this issue: Help -> Toggle Developer Tools -> Console
FYI, even without indexing you should be able to run a Task. You need to provide some context by attaching a file or folder
oh.. it seems like its also trying to index .mypy_cache files. why is that? they are inside git ignore
@Tanveer Gill is there a way to ask it to reindex again?
Why do you need to re-index?
Is the .gitignore part of your workspace? Have you currently opened some sub-folder?
I managed to solve it. thanks 🙂
fyi, I had a parent folder for my both backend and frontend projects... I solve it by creating a .gitignore in the root folder aswell
Great to know its resolved!