Bug: Border radius has infected VSCode editor

(github.com)

57 points | by 2Ucoder 2 hours ago ago

28 comments

  • myfonj 9 minutes ago ago

    Rounded corners and pill-shaped buttons really infest UI everywhere, and I never understood what kind of ergonomics they are supposed to improve.

    And fighting them is increasingly difficult, but at least somewhat possible:

    - VSC luckily still supports

        workbench.experimental.modernUI
    
    we can turn off; and if they will be marginally clever, it will remain there indefinitely.

    On the web, we can use userstyles sharpening most dulled corners [1]. And if you happen to have seen upcoming Firefox skin, it is also pill addict's fewer dream. We can use userChrome.css, but web components are making it very cumbersome and fragile, basically constantly adding new custom properties, being glad they are really used [2]. But I digress. I really look forward for this pill mania to wear off, like wet floors, glitters, and similar fads.

    [1] https://userstyles.world/style/8283/

    [2] https://gist.github.com/myfonj/f5415dd0580663a82ea18407ef2ee...

  • ramijames 10 minutes ago ago

    It looks.. fine? I don't understand why people have to complain about every little thing.

  • misnome an hour ago ago

    Lots of unnecessary whitespace, tabs changing colour to be confusing about which is selected…

    They hired a new design lead who wants to make their mark, didn't they.

    • imnotr0b0t an hour ago ago

      It definitely feels that way

    • 2Ucoder an hour ago ago

      I would call it more of a stain on your career when you use border radius like this.

      • klodolph 12 minutes ago ago

        A stain is a kind of mark :)

  • msephton an hour ago ago

    I came for screenshots and there are none, nor are there in the linked issue this is marked a duplicate of.

  • 2Ucoder an hour ago ago

    A gluttonous heaping dollop of border radius has been added to my favorite code editor. It is effecting my coding productivity, as the change is quite harmful to the eyes. The designers have been plaguing the web with this exponentially. It was only a matter of time before it spread to desktop electron apps. That time has come now, I have reported this visual bug to VScode.

    • bigstrat2003 an hour ago ago

      > It is effecting my coding productivity, as the change is quite harmful to the eyes.

      You probably mean "affecting". As a verb, "effect" means "to put into effect" or sometimes "to make more effective". Somehow I don't get the sense you meant either of those.

      • pyridines 23 minutes ago ago

        Phew, thank you, their sentence was utterly incomprehensible without your correction. I couldn't possibly have guessed what they meant. Thanks.

  • amelius 17 minutes ago ago

    Can't some company just patent those rounded corners?

  • RonanSoleste an hour ago ago

    I stopped using vscode because of their ui a long time ago and went to zed. Never going back.

    • 2Ucoder an hour ago ago

      Honestly it is probably time I start using Vim.

      • RonanSoleste 36 minutes ago ago

        Vim is great. But Zed is more like VSCode in usage. And more lightweight too. Not as lightweight as vim tho :)

    • ivanmontillam an hour ago ago

      This feels like the effective death of VSCode.

      • afavour 34 minutes ago ago

        I want to believe this post is sarcastic. But sadly you just can’t be sure…

  • antfarm 19 minutes ago ago

      "workbench.experimental.modernUI": false,
  • hmokiguess 24 minutes ago ago

    Tangential: who's still using VSCode in 2026?