Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Remove dummy plugin registry (#359)
Browse files Browse the repository at this point in the history
Signed-off-by: Vitaliy Gulyy <vgulyy@redhat.com>
  • Loading branch information
vitaliy-guliy authored Jul 22, 2019
1 parent 4277a4b commit 61ed6e9
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,12 +124,6 @@ export class ChePluginManager {

if (!this.registryList) {
this.registryList = [this.defaultRegistry];

this.registryList.push({
name: 'Visual Studio Code plugins',
uri: 'https://marketplace.visualstudio.com/vscode'
});

await this.restoreRegistryList();
}

Expand Down

0 comments on commit 61ed6e9

Please sign in to comment.