Hacker News new | ask | show | jobs
by bitbasher 372 days ago
I can't get past the fact that an IDE has a "login" button on it.
2 comments

Jetbrains and Visual Studio Code also have login buttons.

In Zed, login is only required for internet features like some of the commercially hosted LLMs, and the multiplayer editing feature.

How prominent? Can you remove it from main window?
Yes, add to your settings.json:

  "title_bar": {
    "show_sign_in": false
  },
Not in the official builds.