vscode-remote-release icon indicating copy to clipboard operation
vscode-remote-release copied to clipboard

Fix "Failed to load message bundle" error in remote-ssh development

Open roblourens opened this issue 3 years ago • 0 comments
trafficstars

In the development build, we should not include the nls webpack loader. To check the mode flag, we need to change the config to export a function instead of an object

Example:

https://github.com/microsoft/vscode-remotehub/blob/main/extensions/remotehub/webpack.config.js#L83-L94

https://webpack.js.org/configuration/mode/#mode-none

roblourens avatar Sep 02 '22 19:09 roblourens