提交 e07aedca 编写于 作者: S Sandeep Somavarapu

Add comment for removing obsolete extensions first

上级 c110a7c3
...@@ -573,6 +573,7 @@ export class ExtensionManagementService implements IExtensionManagementService { ...@@ -573,6 +573,7 @@ export class ExtensionManagementService implements IExtensionManagementService {
removeDeprecatedExtensions(): TPromise<any> { removeDeprecatedExtensions(): TPromise<any> {
return TPromise.join([ return TPromise.join([
// Remove obsolte extensions first to avoid removing installed older extension. See #38609.
this.removeObsoleteExtensions(), this.removeObsoleteExtensions(),
this.removeOutdatedExtensions() this.removeOutdatedExtensions()
]); ]);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册