mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 16:57:46 +00:00
chore(vscode-ide-companion): temporarily annotate some logic to suppress showDiff
This commit is contained in:
@@ -58,7 +58,7 @@ export function registerNewCommands(
|
||||
).fsPath;
|
||||
}
|
||||
}
|
||||
|
||||
log(`[Command] Showing diff for ${absolutePath}`);
|
||||
await diffManager.showDiff(absolutePath, args.oldText, args.newText);
|
||||
} catch (error) {
|
||||
log(`[Command] Error showing diff: ${error}`);
|
||||
|
||||
Reference in New Issue
Block a user