
Updates SyntaxLanguage to be thread-safe for registering and unregistering services.
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.
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.