←back to thread

502 points SupremumLimit | 5 comments | | HN request time: 0.666s | source
1. bitbasher ◴[] No.44319162[source]
I can't get past the fact that an IDE has a "login" button on it.
replies(2): >>44319225 #>>44320253 #
2. haiku2077 ◴[] No.44319225[source]
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.

3. mixmastamyk ◴[] No.44320253[source]
How prominent? Can you remove it from main window?
replies(2): >>44320499 #>>44327080 #
4. haiku2077 ◴[] No.44320499[source]
Not in the official builds.
5. tall9732 ◴[] No.44327080[source]
Yes, add to your settings.json:

  "title_bar": {
    "show_sign_in": false
  },