
Improves lock access to assembly repository across multiple threads.
Features
- Updated CompletionSession so that when auto-completing without the popup showing, it raises the Opened event in addition to the Closed event that was already raised.
- Added the IServiceLocator.SyncRoot property, and updated SyntaxLanguage to be thread-safe for registering and unregistering services.
.NET Languages Add-on
- Improved lock access to assembly repository across multiple threads.
Fixes
- Fixed a bug with code snippet template session selection adjustment in a certain scenario.
Python Language Add-on
- Fixed an outlining bug that could occur with elif statements.