Shrink extension size for github.dev
by only including modules which are used in tsconfig.browser.json
#17709
Labels
area-internal
Label for non-user facing issues
feature-request
Request for new features or functionality
When running in browser we only need to include what
src\client\browser\extension.ts
imports. It uses certain file system tools, common modules likelocalize.ts
.With #17658 it was expanded a lot more than needed.
The text was updated successfully, but these errors were encountered: