Re: serve-d break on every update of vs code

2018-11-30 Thread greatsam4sure via Digitalmars-d-learn

On Friday, 30 November 2018 at 23:02:13 UTC, WebFreak001 wrote:
On Friday, 30 November 2018 at 22:37:02 UTC, greatsam4sure 
wrote:
On Friday, 30 November 2018 at 16:24:35 UTC, Laurent Tréguier 
wrote:
On Friday, 30 November 2018 at 13:04:37 UTC, greatsam4sure 
wrote:
vs code update every time I am connected to internet. Each 
time I accept the update my code-d stops to show 
autocomplete. what is the best way to solve this problem.


Just updated today. These are the error report



Installing into C:\Users\Greatsam\AppData\Roaming\code-d\bin

[...]

Cloning into 'serve-d'...

[...]
Upgrading project in 
C:\Users\Greatsam\AppData\Roaming\code-d\bin\serve-d

[...]

Running pre-generate commands for dfmt...
Running pre-generate commands for dscanner...
Performing "debug" build using dmd for x86, x86_mscoff.
[...]


If you need to keep your dmd at a version that can't compile 
it, there is a precompiled binary for Windows in the Github 
releases



Plz I need more explanation


Are you running vscode in some kind of sandbox like a flatpak 
or something? Try running dmd --version and send the output.


To validate, try manually compiling serve-d:

git clone --recursive https://github.com/Pure-D/serve-d.git 
serve-d

cd serve-d
dub build --arch=x86_mscoff


 Sorry, I am not using dmd 2.083 but 2.080. I just check and 
update it.
It is a mistake on my part. I was using dmd 2.083 before but due 
to link error with vibe.d 0.8.4, I change it.


It is just show installing DCD for a long time without installing 
it. I guess it is network issue. I think it will install later





Re: serve-d break on every update of vs code

2018-11-30 Thread WebFreak001 via Digitalmars-d-learn

On Friday, 30 November 2018 at 22:37:02 UTC, greatsam4sure wrote:
On Friday, 30 November 2018 at 16:24:35 UTC, Laurent Tréguier 
wrote:
On Friday, 30 November 2018 at 13:04:37 UTC, greatsam4sure 
wrote:
vs code update every time I am connected to internet. Each 
time I accept the update my code-d stops to show 
autocomplete. what is the best way to solve this problem.


Just updated today. These are the error report



Installing into C:\Users\Greatsam\AppData\Roaming\code-d\bin

[...]

Cloning into 'serve-d'...

[...]
Upgrading project in 
C:\Users\Greatsam\AppData\Roaming\code-d\bin\serve-d

[...]

Running pre-generate commands for dfmt...
Running pre-generate commands for dscanner...
Performing "debug" build using dmd for x86, x86_mscoff.
[...]


If you need to keep your dmd at a version that can't compile 
it, there is a precompiled binary for Windows in the Github 
releases



Plz I need more explanation


Are you running vscode in some kind of sandbox like a flatpak or 
something? Try running dmd --version and send the output.


To validate, try manually compiling serve-d:

git clone --recursive https://github.com/Pure-D/serve-d.git 
serve-d

cd serve-d
dub build --arch=x86_mscoff


Re: serve-d break on every update of vs code

2018-11-30 Thread greatsam4sure via Digitalmars-d-learn
On Friday, 30 November 2018 at 16:24:35 UTC, Laurent Tréguier 
wrote:
On Friday, 30 November 2018 at 13:04:37 UTC, greatsam4sure 
wrote:
vs code update every time I am connected to internet. Each 
time I accept the update my code-d stops to show autocomplete. 
what is the best way to solve this problem.


Just updated today. These are the error report



Installing into C:\Users\Greatsam\AppData\Roaming\code-d\bin

[...]

Cloning into 'serve-d'...

[...]
Upgrading project in 
C:\Users\Greatsam\AppData\Roaming\code-d\bin\serve-d

[...]

Running pre-generate commands for dfmt...
Running pre-generate commands for dscanner...
Performing "debug" build using dmd for x86, x86_mscoff.
[...]


If you need to keep your dmd at a version that can't compile 
it, there is a precompiled binary for Windows in the Github 
releases



Plz I need more explanation


Re: serve-d break on every update of vs code

2018-11-30 Thread greatsam4sure via Digitalmars-d-learn

On Friday, 30 November 2018 at 14:38:14 UTC, WebFreak001 wrote:
On Friday, 30 November 2018 at 13:04:37 UTC, greatsam4sure 
wrote:
vs code update every time I am connected to internet. Each 
time I accept the update my code-d stops to show autocomplete. 
what is the best way to solve this problem.


[...]


hi,

update dmd


I am using dmd 2.083. What can I do next


Re: serve-d break on every update of vs code

2018-11-30 Thread Laurent Tréguier via Digitalmars-d-learn

On Friday, 30 November 2018 at 13:04:37 UTC, greatsam4sure wrote:
vs code update every time I am connected to internet. Each time 
I accept the update my code-d stops to show autocomplete. what 
is the best way to solve this problem.


Just updated today. These are the error report



Installing into C:\Users\Greatsam\AppData\Roaming\code-d\bin
git clone --recursive https://github.com/Pure-D/serve-d.git 
serve-d

Cloning into 'serve-d'...

dub upgrade
Upgrading project in 
C:\Users\Greatsam\AppData\Roaming\code-d\bin\serve-d

dub build --arch=x86_mscoff

Running pre-generate commands for dfmt...
Running pre-generate commands for dscanner...
Performing "debug" build using dmd for x86, x86_mscoff.
[...]


If you need to keep your dmd at a version that can't compile it, 
there is a precompiled binary for Windows in the Github releases


Re: serve-d break on every update of vs code

2018-11-30 Thread WebFreak001 via Digitalmars-d-learn

On Friday, 30 November 2018 at 13:04:37 UTC, greatsam4sure wrote:
vs code update every time I am connected to internet. Each time 
I accept the update my code-d stops to show autocomplete. what 
is the best way to solve this problem.


[...]


hi,

update dmd