We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 777c8cb commit 425a414Copy full SHA for 425a414
src/service/pluginService.ts
@@ -9,7 +9,6 @@ import * as util from "../util";
9
const apiPath =
10
"https://marketplace.visualstudio.com/_apis/public/gallery/extensionquery";
11
12
-
13
export class ExtensionInformation {
14
public static fromJSON(text: string) {
15
// TODO: JSON.parse may throw error
0 commit comments