microsoft / microsoft/vscode-extension-samples
Add sample with both webpack and i18n
Open
@TylerLeonhardt is already working on this.
Since Dec 9, 2025.
feature-request
- Dominant language
- TypeScript
- Stars
- 10.2k
- Forks
- 3.9k
- PR merge metrics
- No merged PRs in 30d
Description
I have an extension that was using the i18n sample to add internationalization, and then was looking at adding webpack support to speed up extension loading time. However, these samples seem to be colliding with each other, as the gulp build is writing all output files, and the webpack build isn't picking up the gulp language files added. A sample how to mix these 2 setups would be super helpful.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.