Re: DLS server can't install on my pc

2019-05-24 Thread greatsam4sure via Digitalmars-d-learn

On Friday, 24 May 2019 at 12:03:37 UTC, Laurent Tréguier wrote:

On Wednesday, 22 May 2019 at 12:59:13 UTC, greatsam4sure wrote:
I am having some difficulty installing DLS for dlang 1.16.4 
the visual studio code plugin for Dlang on my pc-windows 10 
Lenovo laptop ci7. it actually install in my ci3 running 
windows 10. It says this app can't install on this pc.



I will be appreciate any help


I just launched VSCode on Windows, and Windows Defender started 
telling me that DLS v0.25.9 contained a Trojan. The releases 
are automated and produced by AppVeyor [1], so it should 
probably be a false positive. Maybe this is what happened to 
you ?


A new patch (v0.25.10) is out now, and my Windows Defender 
doesn't seem to consider that one a threat apparently.



[1] https://ci.appveyor.com/project/dlanguageserver/dls


no luck yet. I have visual studio 2019 install on my laptop, ci7, 
8GB ram running windows 10


I have turn off my window defender, yet it says app can't run on 
this system


Re: DLS server can't install on my pc

2019-05-24 Thread Laurent Tréguier via Digitalmars-d-learn

On Wednesday, 22 May 2019 at 12:59:13 UTC, greatsam4sure wrote:
I am having some difficulty installing DLS for dlang 1.16.4 the 
visual studio code plugin for Dlang on my pc-windows 10 Lenovo 
laptop ci7. it actually install in my ci3 running windows 10. 
It says this app can't install on this pc.



I will be appreciate any help


I just launched VSCode on Windows, and Windows Defender started 
telling me that DLS v0.25.9 contained a Trojan. The releases are 
automated and produced by AppVeyor [1], so it should probably be 
a false positive. Maybe this is what happened to you ?


A new patch (v0.25.10) is out now, and my Windows Defender 
doesn't seem to consider that one a threat apparently.



[1] https://ci.appveyor.com/project/dlanguageserver/dls


Re: DLS server can't install on my pc

2019-05-24 Thread Laurent Tréguier via Digitalmars-d-learn

On Wednesday, 22 May 2019 at 12:59:13 UTC, greatsam4sure wrote:
I am having some difficulty installing DLS for dlang 1.16.4 the 
visual studio code plugin for Dlang on my pc-windows 10 Lenovo 
laptop ci7. it actually install in my ci3 running windows 10. 
It says this app can't install on this pc.



I will be appreciate any help


I have a few questions to clarify some things:
- What is the exact edition of Windows you are using ?
- What is your processor's architecture ? (DLS only supports 
x86_64 processors)
- What do you get from manually running `dub fetch dls; dub run 
dls:bootstrap` in a command prompt ?


DLS server can't install on my pc

2019-05-22 Thread greatsam4sure via Digitalmars-d-learn
I am having some difficulty installing DLS for dlang 1.16.4 the 
visual studio code plugin for Dlang on my pc-windows 10 Lenovo 
laptop ci7. it actually install in my ci3 running windows 10. It 
says this app can't install on this pc.



I will be appreciate any help