mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-29 13:03:42 +01:00
disable update
This commit is contained in:
@@ -175,7 +175,7 @@ export class UpdateManager extends EventEmitter implements IUpdateService {
|
||||
const channel = this.getUpdateChannel();
|
||||
const feedUrl = this.getUpdateFeedUrl(channel);
|
||||
|
||||
if (!feedUrl) {
|
||||
if (feedUrl || !feedUrl) {
|
||||
return; // updates not available
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user