On Tuesday, 6 September 2016 at 05:38:28 UTC, Manu wrote:
On 6 September 2016 at 14:22, Daniel Kozak via Digitalmars-d
<[email protected]> wrote:
Dne 6.9.2016 v 03:41 Manu via Digitalmars-d napsal(a):
On 6 September 2016 at 09:51, John Colvin via Digitalmars-d
<[email protected]> wrote:
On Monday, 5 September 2016 at 22:17:59 UTC, Andrei
Alexandrescu wrote:
Google Alerts just found this:
https://marketplace.visualstudio.com/items?itemName=dlang-vscode.dlang
Is anyone here familiar with that work?
Andrei
I've used it a bit. See also:
https://marketplace.visualstudio.com/search?term=Dlang&target=VSCode&sortBy=Relevance
I used it, but then switched to code-d which seemed more
mature (see
John's link above).
The problem with code-d is it's dependency workspace-d has a
really
painful installation process. It needs to be available in
d-apt.
It is OK on ArchLinux ;)
pacaur -S workspace-d
or
packer -S workspace-d
or
yaourt -S workspace-d
Yup, it works well on my arch machine, but it doesn't work on
my ubuntu machines at work. Ubuntu is the most popular distro;
it really needs to work well ;)
clone and use workspaced-installer in that repo, worked for me in
ubuntu 16.04lts.