-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rendering New Notebooks Panel using VS Code Task Provider (#1784)
* Refactor New Runme Notebooks Panel to use Runme Tasks * Optimize tree view rendering and improve child item handling - Introduced caching for notebooks and their cells to optimize tree view rendering. - Added a parent property to RunmeFile to properly associate child items with their parent notebooks. - Updated getChildren method to use cached data and return child items based on their parent. - Removed unnecessary sauceCount logic, simplifying the tree re-rendering workaround. - Added logic to store and preserve the collapsibleState when including named or unnamed cells * Adds Open and Run view actions * If no named cell was found this is fatal so continue * Add button at notebook level --------- Co-authored-by: Sebastian Tiedtke <sebastiantiedtke@gmail.com>
- Loading branch information
1 parent
a3a820f
commit ce5c5af
Showing
6 changed files
with
244 additions
and
193 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
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.