README + reduce required VS Code version for companion extension (#5719)

This commit is contained in:
Shreya Keshive
2025-08-07 17:25:06 -04:00
committed by GitHub
parent 4d4eacfc40
commit f1663d9615
5 changed files with 20 additions and 20 deletions

View File

@@ -42,7 +42,7 @@ export async function activate(context: vscode.ExtensionContext) {
updateWorkspacePath(context);
const diffContentProvider = new DiffContentProvider();
const diffManager = new DiffManager(logger, diffContentProvider);
const diffManager = new DiffManager(log, diffContentProvider);
context.subscriptions.push(
vscode.workspace.onDidCloseTextDocument((doc) => {