-
Notifications
You must be signed in to change notification settings - Fork 30.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Native Notebooks - Git Merge Conflicts Breaks Notebooks #136133
Comments
As far as I know, the ordinary git diff tools only handles plain text and not structured data (well, they do, but they are totally unaware if the result is a legitim structure). Or maybe gron is a better tool as it handles JSON generically... |
@claudiaregio Are you still running into this issue. If yes please could you create an issue on VS COde repo as jupyter extension doesn't own this feature. |
Yeah, but for example a "simple" editor like |
This feature request is now a candidate for our backlog. The community has 60 days to upvote the issue. If it receives 20 upvotes we will move it to our backlog. If not, we will close it. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
This feature request has not yet received the 20 community upvotes it takes to make to our backlog. 10 days to go. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
🙁 In the last 60 days, this feature request has received less than 20 community upvotes and we closed it. Still a big Thank You to you for taking the time to create this issue! To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
Steps to reproduce:
Had a quick chat with @rebornix and he believes following nbdime for this solution is a good start
https://nbdime.readthedocs.io/en/latest/cli.html#merging
https://nbdime.readthedocs.io/en/latest/merging.html
The text was updated successfully, but these errors were encountered: