coder / code-server

VS Code in the browser
https://coder.com
MIT License
67.59k stars 5.54k forks source link

[Bug]: Save indicator doesn't show up #6626

Closed KangByungwoo closed 6 months ago

KangByungwoo commented 8 months ago

Is there an existing issue for this?

OS/Web Information

Steps to Reproduce

  1. open code-server.
  2. modify a file.
  3. A save indicator (asterisk) next to the filename in the tab doesn't show up. But, saving seems to be working.

Expected

Should see an asterisk.

Actual

A save indicator (asterisk) next to the filename in the tab doesn't show up. But, saving seems to be working.

Logs

No response

Screenshot/Video

No response

Does this issue happen in VS Code or GitHub Codespaces?

Are you accessing code-server over a secure context?

Notes

No response

code-asher commented 8 months ago

I think this is because by default auto-save is on and it will not show the dirty indicator when auto-save is enabled. You can make the dirty indicator appear by disabling auto-save.

code-asher commented 6 months ago

Let me know if you still have issues. For now I will close as this being expected.