-
Notifications
You must be signed in to change notification settings - Fork 340
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
track notebook for auto-edits (#6449)
The PR adds the support for the notebook in the `auto-edits`. 1. By default each cell is treated as a separate document, hence we get limited context for the current file. We add the content for the full file. 2. All the context sources used to ignore the notebooks. Now, all following the context sources tracks the support for notebooks and context is persisted between `py` and `ipynb`: - Recent Edits - Diagnostics - Recent View Port ## Test plan existing CI and Manual testing to check behaviour in case of notebook --------- Co-authored-by: Valery Bugakov <[email protected]>
- Loading branch information
1 parent
d6919f2
commit 1afb0e9
Showing
24 changed files
with
813 additions
and
112 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.