debt - do not ship *-dev.html (#178315)

do not ship `-dev.html`
This commit is contained in:
Benjamin Pasero
2023-03-25 20:13:59 +01:00
committed by GitHub
parent cb5150c183
commit 0e530c3e07

View File

@@ -60,6 +60,7 @@ const vscodeResources = [
'out-build/bootstrap-window.js',
'out-build/vs/**/*.{svg,png,html,jpg,mp3}',
'!out-build/vs/code/browser/**/*.html',
'!out-build/vs/code/**/*-dev.html',
'!out-build/vs/editor/standalone/**/*.svg',
'out-build/vs/base/common/performance.js',
'out-build/vs/base/node/{stdForkStart.js,terminateProcess.sh,cpuUsage.sh,ps.sh}',