Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request introduces significant improvements to the Dev Pack for Salesforce extension, focusing on automating environment setup, enhancing extension management, and adding new workspace and command features. The most important changes include replacing the base Salesforce extension pack with the expanded pack, automating npm package and Salesforce plugin installation, updating workspace settings automatically, and adding a new command to delete all Apex logs. Documentation has also been updated to reflect these enhancements.
Extension Pack and Dependency Management:
salesforce.salesforcedx-vscode-expandedinpackage.json, and updated the list of included extensions inREADME.mdto reflect more granular and detailed extension coverage. [1] [2]NodePackageManager.js,SfdxScannerInstaller.js, and updated documentation inREADME.md. [1] [2] [3]Workspace and Settings Automation:
WorkspaceSettings.jsto automatically update Apex and JavaScript workspace settings and Better Comments configuration for new workspaces. [1] [2] [3]Commands and Features:
Cleanup and Refactoring:
forceCheckPackages.js,nodePackageManager.js) and renamed files for consistency (betterComments.js→BetterComments.js). [1] [2]Documentation Updates:
README.mdto provide clear instructions on extension features, installation, and automated setup. [1] [2]