Skip to content

Commit b9ba96b

Browse files
committed
Fixes microsoft#101490: Do not ship standalone editor resources
1 parent e80069d commit b9ba96b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build/gulpfile.vscode.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ const vscodeResources = [
6464
'out-build/paths.js',
6565
'out-build/vs/**/*.{svg,png,html}',
6666
'!out-build/vs/code/browser/**/*.html',
67+
'!out-build/vs/editor/standalone/**/*.svg',
6768
'out-build/vs/base/common/performance.js',
6869
'out-build/vs/base/node/languagePacks.js',
6970
'out-build/vs/base/node/{stdForkStart.js,terminateProcess.sh,cpuUsage.sh,ps.sh}',

0 commit comments

Comments
 (0)