Re: Visual D 1.2.0 supports Visual Studio 2022

2022-01-15 Thread Arjan via Digitalmars-d-announce
On Saturday, 15 January 2022 at 09:06:23 UTC, Rainer Schuetze 
wrote:

Hi,

Visual D 1.2.0 has just been released.

Major new features:

 * added support for Visual Studio 2022



Thank you very much, Rainer. Much appreciated!


Visual D 1.2.0 supports Visual Studio 2022

2022-01-15 Thread Rainer Schuetze via Digitalmars-d-announce

Hi,

Visual D 1.2.0 has just been released. Visual D is a Visual Studio 
package providing project management, language services and debugger 
integration for the D language. You download it from


https://rainers.github.io/visuald/visuald/StartPage.html

Major new features:

 * added support for Visual Studio 2022

 * semantic engine updated to frontend of dmd 2.098.1

 * added option to restart the semantic analysis if memory
   usage goes above a given threshold

See the list of further changes at 
https://rainers.github.io/visuald/visuald/VersionHistory.html


Known issues:

 * the signing certificate of the D Language Foundation has
   recently expired, so the installer cannot be signed digitally ATM
   (the same as the dmd installer).

 * Visual Studio 2022 is the first VS version running as a 64-bit
   process which means all extensions had to be ported to 64-bit
   aswell. Please consider support for it experimental and report
   issues to bugzilla.

Best,
Rainer