chore(vscode-ide-companion): temporarily annotate some logic to suppress showDiff

This commit is contained in:
yiliang114
2025-12-08 10:18:55 +08:00
parent be71976a1f
commit 63e4794633
4 changed files with 41 additions and 39 deletions

View File

@@ -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}`);