Yazan Dabain
Yazan Dabain
Any advice or possible workaround?
Thank you for the contribution. I'll review this the soonest.
I only get a freeze the first time I type a word that needs completion, because if I remember correctly, DCD caches what it needs to cache and then it...
You can do that by editing the sublime-project file. For example, this is part of my sublime-project file for vibe.d: ``` { "folders": [ { "name": "vibe-d", "path": "." },...
I take it that DCD works at times and breaks at others? I haven't had this exact problem before. But I think this could be a [DCD](https://github.com/Hackerpilot/DCD/) problem where the...
I have just pushed a commit to allow relative paths for `package_file`, and fixed some things related to `Update Project`. Can you try having something similar to the following JSON?...
You should run dub at least once **on the project**. You can run it from bash. Maybe the error message should be clarified. To double check, run `dub describe`, if...
I am unable to reproduce this issue. What platform are you running on? I pushed some debugging code that might help to https://github.com/yazd/DKit/tree/debug_35. Can you post back the output from...
Can this only be enforced on the 'restart server' command?
I have this in mind. I will do it when I find the time. Thanks.