2.2.0.2 release notes

 2.2.0.2

  • Issue 1949 - Prospective fix for an issue where retrieval of a file in a newly-retrieved bundle with the same name and relative path as files in existing bundles would be matched incorrectly to one of the existing bundle files.
  • Issue 2027 - Added a new Compare With... action that executes Compare With Server against a user-selected connection instead of the project's configured connection. This new action is available via the toolbar, drop-down and context menus, and keyboard via Ctrl+Alt+Shift+Minus (Windows/Linux) or Cmd+Opt+Shift+Minus (Mac).
  • Issue 2030 - Fixed a bug (actually several) where retained scratch org connection information could become stale when a new scratch org is created or non-scratch org is authorized with the same alias as an existing connection. The main way this has manifested for users is during unit testing where execution would occur against the old org if still active or would fail if not.
  • Issue 2031 - Changed the default LWC Jest test file name to match the documented Salesforce recommendation, i.e., componentName.test.js instead of componentNameTest.js.
  • Made synthetic system enum methods such as valuesname, and ordinal resolve to the enum type declaration.
  • Fixed an issue with integrated API documentation for system SObjects incorrectly showing the docs for System.SObject.
  • Other related fixes and improvements.