diff --git a/src/service/pluginService.ts b/src/service/pluginService.ts index 1056f176..aaf7f5e8 100644 --- a/src/service/pluginService.ts +++ b/src/service/pluginService.ts @@ -9,7 +9,6 @@ import * as util from "../util"; const apiPath = "https://marketplace.visualstudio.com/_apis/public/gallery/extensionquery"; - export class ExtensionInformation { public static fromJSON(text: string) { // TODO: JSON.parse may throw error