mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 01:07:46 +00:00
README + reduce required VS Code version for companion extension (#5719)
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user