Skip to content

Commit ca38e48

Browse files
authored
remove in-app recommendation of xml extension (#1100)
1 parent 1d6268d commit ca38e48

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/recommendation/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@
33

44
import * as vscode from "vscode";
55
import { initialize as initHandler, extensionRecommendationHandler } from "./handler";
6-
import { initialize as initXml } from "./xml";
76
import { isExtensionInstalled, getExtensionContext } from "../utils";
87

9-
export function initialize(context: vscode.ExtensionContext) {
8+
export function initialize(_context: vscode.ExtensionContext) {
109
initHandler();
11-
initXml(context);
1210
}
1311

1412
export async function validateAndRecommendExtension(extName: string, message: string, isForce: boolean = false) {

0 commit comments

Comments
 (0)