- Bugfixing: fixed an error when retrieving profiles that contain
'
- Bugfixing: fixed a regression in metadata explorer
- Updated
sfdy
to 1.7.3 to handleTerritory2*
metadata - Added the possibility to specify a custom domain in User/Pwd authentication
- Updated vulnerable dependencies
- Faster saving of textual static resources using tooling API
- Minor bug fixing & dependencies update
- Open Salesforce setup directly from VSCode. Just click on the username on the status bar
- Faster
PermissionSet
retrieval
-
Metadata explorer view: explore the metadata in your org, retrieve multiple components and add them to
package.xml
! By default, you will see only the Metadata that is present in your org but that you haven't versioned yet, but by playing with the available filters you can see everything you want -
Fixed bug in Oauth2 authentication
- Fixed bug in soapLogin
- Minor bug fixing & dependencies update
- OAuth2 login flow
- Minor bug fixing & dependencies update
- Minor bug fixing
- Bugfixing: fixed create new checkbox field (defaultValue tag was missing when false)
- Updated
sfdy
to 1.5.2
- Bugfixing: fixed deployment of static resource bundle
- Added the possibility to skip some files from deploying and compiling. To do that, add for example
"excludeFiles": ["lwc/**/__tests__/**/*"]
to.sfdy.json
- Bugfixing
- Bug fixing: Fixed broken image links in
README.md
- Bugfixing: Fixed issues managing metadata in
wave
folder
- Bugfixing
Edit field level security
codelen does not add disabled permissions to aPermissionSet
ifpermissionsSets.stripUselessFls
istrue
in.sfdy.json
Edit field level security
codelen does not add permissions to aProfile
ifprofiles.addDisabledVersionedObjects
istrue
in.sfdy.json
and the selected object is disabled in theProfile
- Added
Edit field level security
codelen when you open aProfile
or aPermissionSet
- Bugfix create field when custom renderers are used
- Bugfix issue deploying ExperienceBundle
- Bugfix compile LWC and AURA components in windows
- You can configure
Compile on save
from theManage Credentials
menu - Added
Compile current file
command - If you save a file multiple times and that file is currently compiling, only the last version of the file will be compiled on Salesforce instead of bloating the save queue
Create new... field
. From here you can create most of the supported field types for an object (Picklist and Multipicklist are on the road). The field creation wizard also handles FLS in profiles. Idea & Credits go to tr4uma
- New Unified
Manage Credentials
menu. From here you can fully manage your credentials:- Add credentials
- Remove credentials
- Replace current credentials
- Switch credentials
- Click
fast-sfdc
status bar to open theManage Credentials
menu vscode
builtin spinner icon- LWC filename validation
- Create HTML file along with the LWC (thanks makostas1996)
- Bugfixing
- Bugfixing: Flush telemetry logs
- Telemetry: Add super simple anonymous telemetry to monitor usage/bugs
- Bugfixing: Fixed broken
Deploy metadata
command
- Bugfixing
- Bugfixing
- Added
Delete credentials
command. Thanks makostas1996 - Bugfixing
- Updated
sfdy
to v1.3.6
- Updated
sfdy
to v1.3.4
- Bugfixing: Windows compatibility
- Bugfixing: Better handling of session token expiration
- Bugfixing: Every Command in the palette is visible regardless of credential insertion
- Bugfixing: Create new fails if package.xml hasn't any type
- Bugfixing: Create new fails if the related metadata folder not exists
- Bugfixing: Create new LWC. Init js-meta.xml file
- Bugfixing
- Bugfixing
- Static resource bundles (#15)
- Auto-add
fastsfdc.json
file to.gitignore
. Thanks, tr4uma - Added
execute anonymous
shortcut (cmd+i e
)
- Bugfix: Duplicate .js-meta.xml resources in LWC bundle (#13)
- Configure
sfdy
environment during credential setup. It can be used in your custom plugins to do different things in different orgs (see here for an example) - Deploy multiple selected files in the explorer
- Retrieve multiple selected files in the explorer
- Delete (from local filesystem AND Salesforce) multiple selected files in explorer
- Delete from Salesforce removes the metadata also from
package.xml
- The
Create new
command adds the metadata also inpackage.xml
- Initial release