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've set up DKit and while it mostly functions properly, I frequently get the following error:
I'm not sure under what circumstances it gets triggered. It only pops up when starting to type the name of a function/variable/type, but not always.
I found a workaround for now: The error appeared for me under version 0.10.2 of DCD, but reverting back to v0.9.1 (from around the time of the latest commit to the DKit repository), it seems to work just fine. However, I don't think this a long-term solution, because that version of DCD doesn't compile with the current stable version of dmd (2.086.1), due to hex strings becoming deprecated and some Phobos API changes.
Updating DCD to the latest stable version (v0.11.1) didn't work either.