nawforce / apex-assist

VSCode extension for Salesforce Apex development with support for offline validation.
Other
18 stars 2 forks source link

Failed to download metadata - Error: query chunk: ENOENT: no such file or directory, open #37

Closed PawelWozniak closed 1 year ago

PawelWozniak commented 1 year ago

When I want to use "Assist: Download metadata from org" then I am getting an error: Failed to download metadata - Error: query chunk: ENOENT: no such file or directory, open obraz

What I see in log at trace level: Failed to download metadata scala.scalajs.js.JavaScriptException: Error: query chunk: ENOENT: no such file or directory, open 'c:\Users\pwozn\.vscode\extensions\partner.wsdl.xml' at {anonymous}()@Error: query chunk: ENOENT: no such file or directory, open 'c:\Users\pwozn\.vscode\extensions\partner.wsdl.xml'(Unknown Source)

Have I missed some configuration step? There was no such issue in 1.x series of this plugin.

sfdx-cli/7.188.1 win32-x64 node-v18.13.0 vscode 1.75.1 Apex Assist v2.0.0

nawforce commented 1 year ago

Thanks for raising this. I did some webpack work in this release that I think may have broken this, I will take a look in next few days.

nawforce commented 1 year ago

Fixed in 2.0.1

PawelWozniak commented 1 year ago

Thank you @nawforce. I confirm that it works fine now.