What's Changed
- Metadata Retriever
- New Full metadata toggle to retrieve complete components such as Profiles and Workflows without anything being truncated
- Slower than the standard retrieval, so it stays off by default
- A notice reminds you that most components retrieved this way can still be deployed with the standard Metadata API, though a few are not supported by Salesforce
- New Full metadata toggle to retrieve complete components such as Profiles and Workflows without anything being truncated
- Command results
- Refreshed the report and action buttons at the bottom of the panel for a cleaner, more consistent look
- Buttons are now color-coded by what they do: run a command, open a link, open the documentation, or open a generated report file
- File format choices (Excel, CSV, package.xml) now show their matching file icon in the button menu
- The buttons now follow the VS Code theme correctly in both dark and light modes
- File buttons now let you open the file's containing folder, opening your system file explorer with the file already selected
- When a result offers both CSV and Excel versions, the Excel file's folder is opened
- Each option in the file button menu now shows an icon, and the menu stays fully visible instead of being cut off at the bottom of the panel
- The button that opens the command log file now shows its icon, which was previously invisible
- Sections that show two tables (for example a success table followed by a failure table) now display both tables correctly, instead of repeating the last one twice
- Refreshed the report and action buttons at the bottom of the panel for a cleaner, more consistent look
Pull Requests
- Added toggle in MetadataRetriever to retrieve complete components. by @SalikLP in #440
- Minor fix: Allow two distinct tables in same section. by @SalikLP in #438
- feat: Add option to open file's containing folder from command results by @nvuillam in #441
- Restyle command-result buttons by category (Actions/Reports/Docs) by @nvuillam in #442
Full Changelog: v7.13.0...v7.14.0