No extensions in Atom/VS Code provides linting

Paolo Invernizzi paolo.invernizzi at gmail.com
Sun Sep 29 09:59:19 UTC 2019


On Wednesday, 25 September 2019 at 00:13:19 UTC, Hossain Adnan 
wrote:

> 2. VS Code extensions don't work:
> Once I installed dmd and dub from the script file I opened up 
> VS Code, there are (as far as I understand) two mainstream 
> extensions for Dlang: Dlang using DLS and Code-D. Great.
>
> When I installed DLS plugin, it said something about 
> "installing DLS"... and that's about it. Formatting works but 
> there's no linting whatsoever.

I suggest you this as a workaround, after having removed any 
version of dls present in your `~/.dub/packages` directory:

dub fetch dls
dub run dls:bootstrap

That usually worked for me, when I've encountered your issue in 
the past





More information about the Digitalmars-d-ide mailing list