Skip to content

Conversation

@amunger
Copy link
Collaborator

@amunger amunger commented Nov 11, 2025

No description provided.

Copilot AI review requested due to automatic review settings November 11, 2025 20:02
Copilot finished reviewing on behalf of amunger November 11, 2025 20:03
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds logging to the notebook cell focus mechanism and runs specific tests 50 times to help diagnose focus-related issues. The changes include:

  • Adding logging statements to track focus behavior in markup cells
  • Adding a log statement to track notebook cell focus in the editor widget
  • Wrapping three notebook tests in a loop to run 50 iterations each for stress testing
  • Minor code formatting improvements (brace placement)

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.

File Description
test/smoke/src/areas/notebook/notebook.test.ts Wraps three tests in a for-loop to run 50 iterations each, enabling stress testing of notebook cell operations
src/vs/workbench/contrib/notebook/browser/view/cellParts/markupCell.ts Adds INotebookLoggingService injection and detailed logging in focusEditorIfNeeded() method to track focus behavior
src/vs/workbench/contrib/notebook/browser/view/cellParts/codeCell.ts Fixes brace placement for better code formatting
src/vs/workbench/contrib/notebook/browser/notebookEditorWidget.ts Adds a log statement to track when notebook cells are focused

@amunger amunger force-pushed the aamunger/smokeFlake branch from a615702 to 21fb798 Compare November 12, 2025 00:05
@amunger amunger changed the title add logging and run a bunch enable a few notebook smoke tests Nov 12, 2025
@amunger amunger marked this pull request as ready for review November 12, 2025 01:09
@amunger amunger enabled auto-merge (squash) November 12, 2025 01:09
@vs-code-engineering vs-code-engineering bot added this to the November 2025 milestone Nov 12, 2025
@amunger amunger merged commit 8e0a21f into main Nov 12, 2025
28 checks passed
@amunger amunger deleted the aamunger/smokeFlake branch November 12, 2025 01:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants