Closed arhelmus closed 4 years ago
@roblourens I saw that you managed to bundle translations from vscode-chrome-debug-core as part of vscode-chrome-debug plugin, how did you managed to do this?
Actually, I figured out that vscode-chrome-debug not bundle dependencies and package those in vsix. Will follow this way, sorry for bothering.
Exactly - I looked into doing this and had the same issue. I don't think it's possible right now.
Hey, I trying to create a plugin on top of vscode-chrome-debug-core, which uses nls to handle translations. When I bundle my plugin with webpack using nls-dev bundler and loader, it does not import translations of vscode-chrome-debug-core dependency. As a result, I see "Failed to load message bundle..." message in my extension.
Is it possible to bundle dependency translations as part of my extension?