d-language-server / dls

A Language Server implementation for D
http://dls.dub.pm
106 stars 15 forks source link

Connection to server is erroring. Shutting down server. #25

Closed artembatura closed 5 years ago

artembatura commented 5 years ago

image

import std.stdio;

void main() {
    string[] arrayOfString = ['""'];
}

Stacktrace LOG

LaurentTreguier commented 5 years ago

It doesn't crash with this code for me.

LaurentTreguier commented 5 years ago

Nevermind, I managed to reproduce it. Until I fix it, you can set d.init.catchError to true in VSCode to ignore the errors.