material-extensions / vscode-material-icon-theme

Available on the VSCode Marketplace
https://marketplace.visualstudio.com/items?itemName=PKief.material-icon-theme
MIT License
1.94k stars 607 forks source link

V5.4.0 ERR [Extension Host] Error: Module not found in bundle: ./lang-en #2360

Closed davidkjackson54 closed 2 weeks ago

davidkjackson54 commented 2 weeks ago

VSCode just upgraded Material Icon theme automatically to V5.4.0 and I am now seeing this in the log: This only started in the last hour or so. Immediately after the upgrade.

ERR [Extension Host] Error: Module not found in bundle: ./lang-en at c:\Users\djackson4.vscode\extensions\pkief.material-icon-theme-5.4.0\dist\extension.cjs:11:9 at getTranslationObject (c:\Users\djackson4.vscode\extensions\pkief.material-icon-theme-5.4.0\dist\extension.cjs:10799:3) at loadTranslation (c:\Users\djackson4.vscode\extensions\pkief.material-icon-theme-5.4.0\dist\extension.cjs:10794:18) at async initTranslations (c:\Users\djackson4.vscode\extensions\pkief.material-icon-theme-5.4.0\dist\extension.cjs:10784:26) at async activate (c:\Users\djackson4.vscode\extensions\pkief.material-icon-theme-5.4.0\dist\extension.cjs:11359:5)

PKief commented 2 weeks ago

@davidkjackson54 I just published a fix (v5.4.1) on the marketplace. Make sure to update the extension and check if the fix is working. Please let me know in case of any further issues. Thank you very much for reporting the issue!

davidkjackson54 commented 2 weeks ago

Confirmed fixed in 5.4.1 - thanks