VisualD
Rainer Schuetze
r.sagitario at gmx.de
Wed Mar 2 21:50:43 UTC 2022
On 02/03/2022 09:51, Rinzwind wrote:
> On Wednesday, 2 March 2022 at 07:50:02 UTC, Rainer Schuetze wrote:
>>
>>
>> On 27/02/2022 09:55, Rinzwind wrote:
>>> Brand new Windows 10 install with Visual Studio 2022.
>>>
>>> Added latest Visual D, but the standard templates are nowhere to be
>>> found (at 'create a new project')? Remember this being an issue
>>> before too. Anyway to manually fix this?
>>
>> Cannot reproduce here, though I don't have a completely fresh
>> installation without other VS versions.
>>
>> Is it only that the project templates are missing or does the
>> extension not show up at all? For example, is Visual D shown in the
>> extensions menu? If not, maybe it has to be enabled in "Manage
>> Extensions".
>
> The Visual D menu is there in Extensions... It is just that it is not
> listed under language drop down at new project. I do have a C:\Program
> Files (x86)\VisualD\Templates folder. How does VS know to look here?
The project templates are given by the Asset
Microsoft.VisualStudio.ProjectTemplate defined in "c:\Program
Files\Microsoft Visual Studio\2022\Preview\Common7\IDE\Extensions\Rainer
Schuetze\VisualD\1.2\extension.vsixmanifest"
Maybe there is a problem with the path using the short name "Progra~2"
instead of "Program Files (x86)". If you change that you might have to
force an update of the extension cache by modifying "c:\Program
Files\Microsoft Visual
Studio\2022\Preview\Common7\IDE\Extensions\extensions.configurationchanged".
More information about the Digitalmars-d-ide
mailing list