2.3.0.9 release notes
2.3.0.9 Issue 1245 - Added missing Aura component attributes lightning:accordionSection > label and aura:handler > includeFacets . Issue 1886 - Fixed an issue with Apex parser recovery in ternary expressions when there are syntax errors in the second (i.e., true branch) expression. Issue 1991 - Fixed an issue with the Apex lexer incorrectly tokenizing /**/ as an unterminated documentation comment. Issue 1992 - Fixed an issue with Apex parser pinning and recovery when an inner interface is followed by a member variable without annotations or modifiers. Issue 2554 - Fixed an issue that would prevent the connection status bar widget from displaying when no Salesforce CLI is found by or registered with IC2. Issue 2555 - Added copy-to-clipboard support for SOQL query results in the tree view (in addition to existing copy support for the table view) as JSON, both plain text and syntax-highlighted HTML data flavors. Fixed ...