From 3aae45dd83bb3b125def3041241e968e230a45b8 Mon Sep 17 00:00:00 2001 From: Sonal Budhiraja <57969266+sbudhirajadoc@users.noreply.github.com> Date: Tue, 8 Oct 2024 13:26:13 -0700 Subject: [PATCH] Update and rename CHANGELOG.md to SDR Sonal's edits. --- packages/salesforcedx-vscode/{CHANGELOG.md => SDR} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename packages/salesforcedx-vscode/{CHANGELOG.md => SDR} (99%) diff --git a/packages/salesforcedx-vscode/CHANGELOG.md b/packages/salesforcedx-vscode/SDR similarity index 99% rename from packages/salesforcedx-vscode/CHANGELOG.md rename to packages/salesforcedx-vscode/SDR index 76ade56129..c94802bb5e 100644 --- a/packages/salesforcedx-vscode/CHANGELOG.md +++ b/packages/salesforcedx-vscode/SDR @@ -4,13 +4,13 @@ #### salesforcedx-vscode-apex -- We modified the Java Home Setting description to include Java 21. ([PR #5878](https://github.com/forcedotcom/salesforcedx-vscode/pull/5878)) -- Apex Language Server has been updated to support the latest features and improvements of the language. When you activate the new version of the Apex extension for the first time, there might be a noticeable delay while your workspace is upgraded to 252 Apex artifacts and your project is fully indexed. ([PR #5887](https://github.com/forcedotcom/salesforcedx-vscode/pull/5887)) +- We updated the Java Home Setting description to include Java 21. ([PR #5878](https://github.com/forcedotcom/salesforcedx-vscode/pull/5878)) +- We updated the Apex Language Server to support the latest features and improvements of the language. When you activate the new version of the Apex extension for the first time, you could experience some lag while your workspace is upgraded to 252 Apex artifacts and your project is fully indexed. ([PR #5887](https://github.com/forcedotcom/salesforcedx-vscode/pull/5887)) #### salesforcedx-vscode-core - We fixed some labels in the Org Browser. ([PR #5714](https://github.com/forcedotcom/salesforcedx-vscode/pull/5888)) ([PR #5844](https://github.com/forcedotcom/salesforcedx-vscode/pull/5888)) -- We bumped SDR to catch up with latest and fix an issue where `SFDX: Retrieve Source from Org` nested duplicate parent folder. ([PR #5889](https://github.com/forcedotcom/salesforcedx-vscode/pull/5889), ISSUE #forcedotcom/cli#2997 (https://github.com/forcedotcom/cli/issues/2977)) +- We bumped SDR to catch up with the latest and fixed an issue where the `SFDX: Retrieve Source from Org` command nested a duplicate parent folder. Thank you [Alan Reader](https://github.com/readeral) for creating the issue. ([PR #5889](https://github.com/forcedotcom/salesforcedx-vscode/pull/5889), ISSUE #forcedotcom/cli#2997 (https://github.com/forcedotcom/cli/issues/2977)) ## Added