workspace-d dsymbol Visual Code macOS

WebFreak001 d.forum at webfreak.org
Tue Feb 6 20:59:54 UTC 2018


On Tuesday, 6 February 2018 at 20:43:55 UTC, Joel wrote:
> On Tuesday, 6 February 2018 at 19:36:54 UTC, WebFreak001 wrote:
>> On Tuesday, 6 February 2018 at 05:41:19 UTC, Joel wrote:
>>> I'm using a macOS (10.12.6) computer. workspace-d used to 
>>> work, but now it says it's not installed, (I think since I 
>>> quit out of Visual Code before shutting down the computer). I 
>>> tried compiling with with the option, but got this:
>>>
>>> [...]
>>
>> after a reload it should either fix itself or break horribly 
>> by not compiling because of a deadlock in dub.
>>
>> Either way try removing ~/.dub/packages/workspace-d* and 
>> delete the bin folder in the extension path and reload (also 
>> try serve-d if that didn't help)
>>
>> If that still doesn't work report an issue to 
>> https://github.com/Pure-D/workspace-d
>
> workspace-d and serve-d don't exist in my dub packages.

can you try

git clone https://github.com/Pure-D/workspace-d.git
cd workspace-d
dub upgrade
dub build

and then put the resulting path of the executables in your user 
settings as "d.workspacedPath"


More information about the Digitalmars-d-learn mailing list