When I try to change the already existing code popup will show but I see only one line instead of the whole block.
In the screenshot you can ses the diff popup.
When I try to change the already existing code popup will show but I see only one line instead of the whole block.
In the screenshot you can ses the diff popup.
Hi @rajzik
Does this always happen? Or just in this particular block of code?
This happens every single time, for multiline change it is a bit bigger, but I can’t see the change.
I can provide list of extensions that I have installed and settings.json but nothing seems like obvious cause.
i have the same issue ive only noticed it in jupiter notebook code blocks though
I’m not seeing this issue, and I can’t reproduce it. Could you try starting in disable-extensions mode and see if it behaves the same or if it fixes the issue?
I’ve found that the issue was
“editor.padding.top”: 100 in the settings.json. This will move the code from the screen.
The issue is
“editor.padding.top”: 100, this will move the diff code out of the view.
Is this now fixed for you?
By removing the padding, the change is shown correctly, is it possible to disable padding for the diff editor? so, I can still use the padding?
You can try the APC extension, it lets you modify the CSS code of any part of the editor.
Sorry, I tried to do it through custom css, but it looks like the popup styles are fully defined by js, and when I try to change size in css, it just breaks the functionality.
Can you please be more specific about how to make this fix? I am experiencing the same issue. Thanks!
I confirm that the issue is from the paddingTop setting it offsets the diff view and it becomes unusable
Without padding:
It’s okay(can’t upload two items as a new user)
With padding( "editor.padding.top": 10
)