Open burner opened 2 years ago
Using short file names seems to cause trouble in VS 2022.
fixed in https://github.com/dlang/visuald/releases/tag/v1.3.0
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.
This has cropped back up inside Symmetry too
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).