Visual D -- VS2017
Rainer Schuetze via Digitalmars-d-ide
digitalmars-d-ide at puremagic.com
Sun May 7 08:00:52 PDT 2017
On 07.05.2017 09:47, jj wrote:
>> found page
>> "http://rainers.github.io/visuald/visuald/BuildFromSource.html", ran
>> devenv /RootSuffix D
>>
>> and it worked
For VS 2015 or earlier this creates a new hive in the user registry that
is populated with a clean copy of the system hive (HKEY_LOCAL_MACHINE).
For VS2017 this has been moved to a private registry file.
>
> after 2-3 stats of visual studio 2017, visuald quit and is not visable
> anymore.
Whenever VS feels like there has been some change to the installation,
it will reinitialize the user registry. Maybe there is something wrong
there.
You might find some error message when starting devenv with logging
"devenv /log". This will write
c:\Users\<username>\AppData\Roaming\Microsoft\VisualStudio\15.0_ade21380\ActivityLog.xml
that you can inspect with a browser. (Not sure if 15.0_ade21380 is the
same for you here).
More information about the Digitalmars-d-ide
mailing list