dlang / visuald

Visual D - Visual Studio extension for the D programming language
http://rainers.github.io/visuald/visuald/StartPage.html
Boost Software License 1.0
288 stars 70 forks source link

Visual D (VS 2022) project templates missing until configuration manually updated #191

Closed dlangBugzillaToGithub closed 11 months ago

dlangBugzillaToGithub commented 2 years ago

maxhaton (maxhaton) reported this on 2022-04-21T18:37:10Z

Transfered from https://issues.dlang.org/show_bug.cgi?id=23043

CC List

Description

When I and a colleague installed Visual D onto VS '22, we could use Visual D but had no project templates specific to D.

I ran devenv /updateconfiguration, which worked, however this should either be done automatically or noted explicitly in the installer (ideally both).

dlangBugzillaToGithub commented 2 years ago

r.sagitario commented on 2022-06-05T09:14:02Z

Using short file names seems to cause trouble in VS 2022.

fixed in https://github.com/dlang/visuald/releases/tag/v1.3.0

dlangBugzillaToGithub commented 1 year ago

gcowie commented on 2022-09-25T22:56:08Z

Visual Studio Professional 2022 - 17.3.4 Visual D - 1.3.0

fresh install from VisualD-v1.3.0-dmd-2.100.0-ldc2-1.29.0.exe

first launch of Visual Studio after installing, the extension loads and updates ldc to 1.30, but no VisualD project templates appear even after restarting. the project templates appeared after updating the last modified date on extensions.configurationchanged and restarting Visual Studio.

dlangBugzillaToGithub commented 1 year ago

maxhaton commented on 2022-09-25T23:07:53Z

This has cropped back up inside Symmetry too