提交 01470fbc 编写于 作者: S Sandeep Somavarapu

Fix #71319

上级 cfe613c0
......@@ -20,7 +20,6 @@ export function setup() {
await app.workbench.extensions.installExtension(extensionName);
await app.reload();
await app.workbench.extensions.waitForExtensionsViewlet();
await app.workbench.quickopen.runCommand('Smoke Test Check');
await app.workbench.statusbar.waitForStatusbarText('smoke test', 'VS Code Smoke Test Check');
......
......@@ -113,7 +113,6 @@ export async function spawn(options: SpawnOptions): Promise<Code> {
'--skip-release-notes',
'--sticky-quickopen',
'--disable-telemetry',
'--disable-extensions',
'--disable-updates',
'--disable-crash-reporter',
`--extensions-dir=${options.extensionsPath}`,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册