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 1d6268d commit ca38e48Copy full SHA for ca38e48
src/recommendation/index.ts
@@ -3,12 +3,10 @@
3
4
import * as vscode from "vscode";
5
import { initialize as initHandler, extensionRecommendationHandler } from "./handler";
6
-import { initialize as initXml } from "./xml";
7
import { isExtensionInstalled, getExtensionContext } from "../utils";
8
9
-export function initialize(context: vscode.ExtensionContext) {
+export function initialize(_context: vscode.ExtensionContext) {
10
initHandler();
11
- initXml(context);
12
}
13
14
export async function validateAndRecommendExtension(extName: string, message: string, isForce: boolean = false) {
0 commit comments