Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Git: Failed to load message bundle for file #56877

Closed
eamodio opened this issue Aug 21, 2018 · 3 comments
Closed

Git: Failed to load message bundle for file #56877

eamodio opened this issue Aug 21, 2018 · 3 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug engineering VS Code - Build / issue tracking / etc. important Issue identified as high-priority verified Verification succeeded
Milestone

Comments

@eamodio
Copy link
Contributor

eamodio commented Aug 21, 2018

  • VSCode Version: 1.27
  • OS Version: Windows 10 x64

image

console.ts:136 [Extension Host] Failed to load message bundle for file c:\Users\Eric\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\extensions\git\dist\main (at Object.loadMessageBundle (c:\Users\Eric\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\extensions\git\node_modules\vscode-nls\lib\main.js:426:13))
t.log @ console.ts:136
console.ts:136 [Extension Host] Failed to load message bundle for file c:\Users\Eric\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\extensions\git\dist\autofetch (at Object.loadMessageBundle (c:\Users\Eric\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\extensions\git\node_modules\vscode-nls\lib\main.js:426:13))
t.log @ console.ts:136
console.ts:136 [Extension Host] Failed to load message bundle for file c:\Users\Eric\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\extensions\git\dist\statusbar (at Object.loadMessageBundle (c:\Users\Eric\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\extensions\git\node_modules\vscode-nls\lib\main.js:426:13))
t.log @ console.ts:136
console.ts:136 [Extension Host] Failed to load message bundle for file c:\Users\Eric\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\extensions\git\dist\repository (at Object.loadMessageBundle (c:\Users\Eric\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\extensions\git\node_modules\vscode-nls\lib\main.js:426:13))
t.log @ console.ts:136
console.ts:136 [Extension Host] Failed to load message bundle for file c:\Users\Eric\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\extensions\git\dist\model (at Object.loadMessageBundle (c:\Users\Eric\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\extensions\git\node_modules\vscode-nls\lib\main.js:426:13))
t.log @ console.ts:136
console.ts:136 [Extension Host] Failed to load message bundle for file c:\Users\Eric\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\extensions\git\dist\commands (at Object.loadMessageBundle (c:\Users\Eric\AppData\Local\Programs\Microsoft VS Code Insiders\resources\app\extensions\git\node_modules\vscode-nls\lib\main.js:426:13))

/cc @joaomoreno @jrieken

Does this issue occur when all extensions are disabled?: Yes/No

@vscodebot vscodebot bot added the git GIT issues label Aug 21, 2018
@jrieken jrieken assigned jrieken and unassigned joaomoreno Aug 21, 2018
@jrieken jrieken added bug Issue identified by VS Code Team member as probable bug engineering VS Code - Build / issue tracking / etc. important Issue identified as high-priority and removed git GIT issues labels Aug 21, 2018
@jrieken
Copy link
Member

jrieken commented Aug 21, 2018

This was an unlucky change in the webpack-config-files. Seems like using the same plugins twice fails silently (doesn't do what you think)

@jrieken
Copy link
Member

jrieken commented Aug 21, 2018

New insiders are on the way 🏗

@deftomat
Copy link

⚡️ That was fast. It works now! Thanks.

@bpasero bpasero added the verified Verification succeeded label Aug 30, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Oct 5, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug engineering VS Code - Build / issue tracking / etc. important Issue identified as high-priority verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

5 participants