vignaesh01 / sfdx-package-generator

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

Unable to Update Package.xml file #93

Closed jaguarfi closed 1 year ago

jaguarfi commented 1 year ago

When clicking on the Update Package.XML file, the following error is thrown Error: Unable to resolve nonexistent file.

This is happening on a MacBook Pro System Version: macOS 12.6 (21G115) Kernel Version: Darwin 21.6.0

jaguarfi commented 1 year ago

It seems the code tries to read the file from the manifest folder /manifest/package.xml. In my case, I add the package.xml file in the root of the project, therefore the file was not being updated.