mirror of
https://github.com/microsoft/vscode.git
synced 2026-06-02 21:55:33 +01:00
0ae760bbed
* logService: feat: migrate ITracer to ILogger interface Replace deprecated ITracer interface with ILogger across inline edits and xtab providers. Add LogTarget.fromCallback() and withExtraTarget() to ILogger for callback-based logging support previously provided by ITracer's sub() method. * tracing: migrate off of ITracer in favor of ILogService * Update src/extension/xtab/node/xtabProvider.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * address copilot review --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>