mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 12:40:19 -05:00
Fixes #2422: json extension ships dev node modules such as mocha and typescript that adds more than 13MB
This commit is contained in:
@@ -176,6 +176,8 @@ function packageTask(platform, arch, opts) {
|
||||
'!extensions/json/server/out/**/test/**',
|
||||
'!extensions/json/server/test/**',
|
||||
'!extensions/json/server/typings/**',
|
||||
'!extensions/json/server/node_modules/typescript/**',
|
||||
'!extensions/json/server/node_modules/mocha/**'
|
||||
], { base: '.' });
|
||||
|
||||
var pluginHostSourceMap = gulp.src(out + '/vs/workbench/node/pluginHostProcess.js.map', { base: '.' })
|
||||
|
||||
Reference in New Issue
Block a user