Skip to content

Conversation

@DonJayamanne
Copy link

For #9340
To be merged after #9840

Basically I got rid of the root level state info that keeps track of the cell that's selected and focused.
This required us to keep the two in sync along with the state at the cell level.
When syncing information between multiple editors this got messy. removing this removes the issues where things could go out of sync, i.e. two ways to storing the same thing. Now we get selected information from the cells directly - single source of truth.

rchiodo and others added 13 commits January 23, 2020 15:29
* Setup usage of the new API

* Partial ideas

* Idea for splitting

* Idea in place

* Get all of the tests to build

* Enable proposed api

* Still not working but setting more options.

* Get web views to load

* Fix save and save as to use VS code commands

* Fix unit tests

* Fix a number of functional tests

* REmove autoSave tests as not needed anymore

* Add news entry

* Review comments

* Code review comments

* Update PR validation list

* Fix nyc compiler problems.

* Try fixing the toggle markdown test
* ids of new cells must be provided to actions
* Comments
* Oops
@sonarqubecloud
Copy link

sonarqubecloud bot commented Feb 3, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 3 Code Smells

No Coverage information No Coverage information
0.2% 0.2% Duplication

@lock lock bot locked as resolved and limited conversation to collaborators Feb 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants