You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is a nvchad bug, but somehow I can produce it.
When opening some files, without editing, and create a new tab -- the new tab will contain no windows (no file buffer shown):
When opening a file, and make some modification and save it. Then create a new tab -- the new tab will contain one open window that contains the modified file buffer:
This is a bit annoying as I usually use tab to manage workspaces inside the same project, so that I can have Frontend in one tab, and Backend in another. And this issue somehow bothers me if create a new tab after saving some edits.
I'm not sure if this is a
nvchadbug, but somehow I can produce it.This is a bit annoying as I usually use
tabto manage workspaces inside the same project, so that I can have Frontend in one tab, and Backend in another. And this issue somehow bothers me if create a new tab after saving some edits.