mirror of
https://github.com/microsoft/vscode.git
synced 2026-02-15 07:28:05 +00:00
esm - restore --esm for web test runner (#230379)
This commit is contained in:
@@ -74,6 +74,7 @@ async function main() {
|
||||
openSystemBrowser = true;
|
||||
}
|
||||
|
||||
serverArgs.push('--esm'); // TODO@esm this should be the default
|
||||
serverArgs.push('--sourcesPath', APP_ROOT);
|
||||
|
||||
serverArgs.push(...process.argv.slice(2).filter(v => !v.startsWith('--playground') && v !== '--no-playground'));
|
||||
|
||||
Reference in New Issue
Block a user