1.4.6. Migration to 7.11.1

1.4.6.1. Axivion Suite Plugin for Visual Studio Code

This is an addendum to the Migration Guide for 7.11.0 for the Single File Analysis in the Axivion Suite Plugin for Visual Studio Code section, which has been omitted in the original release.

Please read the entry in the Migration Guide for 7.11.0 for the full context.

Since Axivion Suite Version 7.11.0, the Single File Analysis configuration in the Axivion Suite Plugin for Visual Studio Code now expects an array of analysis configurations instead of a single configuration. This does not break existing configurations, but emits linter warnings in the configuration files.

1.4.6.2. Entry point configuration

The configuration of additional entry points via EntryPoints-EntriesByAttribute is now enabled by default. With the default configuration, routines with interrupt set as an attribute will be considered entry points. This applies to both C++ attributes as well as GCC-style attributes.