Laurent Tréguier

Results 97 comments of Laurent Tréguier

All I know is the [`unpublish` command with `vsce`](https://code.visualstudio.com/api/working-with-extensions/publishing-extension#unpublishing-extensions). If that doesn't work, then I don't know if anything else can be done either

I stopped maintaining DLS and its extensions (https://forum.dlang.org/thread/[email protected]). My bad, I should have properly put a warning in their README's; I'm going to do that now.

I don't know what you mean by "you release often and keep things up-to-date" since the last official release was in 2016, and the last commit a year ago :sweat_smile:...

> I was talking about your DLS server. Ok, maybe I should have created this issue there. Oh, that makes more sense indeed > (I know it's a lot of...

There hasn't been much development on here recently. Developing a complete extension takes time, and it's only compatible with one editor; since Microsoft has been developing the [Language Server Protocol](https://microsoft.github.io/language-server-protocol/)...

Right now it looks like it's not possible to accumulate line messages. VSCode's multiline problem matching allows taking information across multiple lines, but only the first filename, the first error...

This is weird. I can't reproduce this issue... What kind of error is not cleared ? Does this problem appear with every project ?

Using `--catgs` could probably also be a lot simpler and cleaner than what is currently in place. For now I can only compile the `0.4.0-beta.1` version, which isn't patched ;...

Well, I have only tried the dub package, since this is what the extension uses... It gives me : `Root package dscanner reference libdparse 0.7.0-beta.6 cannot be satisfied.` (even though...

It does the same using the current git version, only compiling with `make` seems to work.