vignaesh01 / sfdx-package-generator

Salesforce Package.xml Generator Extension for VS Code
https://marketplace.visualstudio.com/items?itemName=VignaeshRamA.sfdx-package-xml-generator
Other
63 stars 31 forks source link

Updating API version #80

Open jayayy opened 2 years ago

jayayy commented 2 years ago

In all the instances of your extension, the package loads the value of 53.0. Is there a config parameter to customise it? Not an issue but a minor inconvenience.

I see that in the extension.js file you have hardcoded the value to 53.0. Can you make this a configurable parameter?

Looking forward to your prompt response. Cheers!

PedroPTavaresJr commented 1 year ago

The API version is hardcoded to 55 in the "extension.ts" file on the extension files, can you make it dynamic again?

jakkel0 commented 1 week ago

API versions being configurable or dynamic based on the version in the existing package.xml would be very helpful. We've had several incidents where flow functionality was unintentionally reverted to 60.0 (from 61.0), causing issues in production.