Closed gnunn1 closed 6 years ago
This is on Arch Linux (64 bit) with VS Code 1.28.2
What kind of project have you tried opening ? I always test it against dub projects, and not so much with non-dub ones, it has a higher chance of failure with these. I tried opening tilix, and didn't run into any problem so far. Maybe I'm going to add an option to log stuff in a temporary file, that would make debugging easier.
With the latest versions dls and vscode-dls, you should be able to set d.init.logFile
to log things in a file, and maybe we can see how it all comes crashing down.
@gnunn1 Have you had some time to try and get some logs with the d.init.logFile
option ?
On my end, I couldn't reproduce this on Fedora or Manjaro (I don't see any relevant difference between it and Archlinux for this matter).
Sorry I haven't had time, swamped these days. I'll close it for now and re-open if it persists when I get back to it.
No problem, just go back to this issue whenever you get back to this :+1:
I'm trying this out but it doesn't appear to be working, I see the following errors in the Developer Tools console:
I've done at
dub fetch dls
anddub run --arch=x86_64 dls:bootstrap
. If I manually run the dls executable it runs fine.Any suggestions?