未验证 提交 83aac26b 编写于 作者: S Sandeep Somavarapu 提交者: GitHub

Merge pull request #72436 from Microsoft/sandy081/fix71752

Fix #71752
......@@ -432,7 +432,7 @@ export class ExtensionService extends Disposable implements IExtensionService {
let extensions: Promise<IExtensionDescription[]>;
if (isInitialStart) {
autoStart = false;
extensions = this._extensionScanner.scannedExtensions;
extensions = this._extensionScanner.scannedExtensions.then(allExtensions => this._getRuntimeExtensions(allExtensions));
} else {
// restart case
autoStart = true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册