提交 c1ff644a 编写于 作者: J Joao Moreno

ignore builtin updates

fixes #12507
上级 73e3f8d9
......@@ -157,7 +157,7 @@ class Extension implements IExtension {
}
get outdated(): boolean {
return semver.gt(this.latestVersion, this.version);
return this.type === LocalExtensionType.User && semver.gt(this.latestVersion, this.version);
}
get telemetryData(): any {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册