mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-12 20:12:23 +01:00
Pass internalOrg to buildUpdateFeedUrl when checking latest version (#299883)
This commit is contained in:
@@ -317,7 +317,7 @@ export abstract class AbstractUpdateService implements IUpdateService {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
const url = this.buildUpdateFeedUrl(this.quality, commit ?? this.productService.commit!);
|
||||
const url = this.buildUpdateFeedUrl(this.quality, commit ?? this.productService.commit!, { internalOrg: this.getInternalOrg() });
|
||||
|
||||
if (!url) {
|
||||
return undefined;
|
||||
|
||||
Reference in New Issue
Block a user