When we minify, we have to pass in hoist_funs: true, otherwise we get below results:

Somehow our json parser stumbles over our language configurations otherwise. I have not fully figured out why that is, but this is something we should follow up.
To reproduce:
- search for
hoist_funs: true in build/lib/optimize.ts and change it to false
yarn gulp vscode-darwin-min
- run the minified build
//cc @chrmarti
When we minify, we have to pass in
hoist_funs: true, otherwise we get below results:Somehow our json parser stumbles over our language configurations otherwise. I have not fully figured out why that is, but this is something we should follow up.
To reproduce:
hoist_funs: trueinbuild/lib/optimize.tsand change it tofalseyarn gulp vscode-darwin-min//cc @chrmarti