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
Open http://localhost:3000/ and open any workspace.
Use alt + n to call NEW_FILE command some times, we can see tab named Untitled-${index} one by one. And we can notice the number in label is start from 0 rather then 1(vscode is started from 1).
Call NEW_FILE command again after close some older Untitled file, it should used the number which is closed just now like vscode.
Refer to the following screenshots:
vscode behavior:
theia behavior:
Additional Information
Operating System: macos
Theia Version: 1.26.0 the latest commit id is 0e05d0a
The text was updated successfully, but these errors were encountered:
Bug Description:
Steps to Reproduce:
http://localhost:3000/
and open any workspace.alt + n
to callNEW_FILE
command some times, we can see tab namedUntitled-${index}
one by one. And we can notice the number in label is start from0
rather then1
(vscode is started from 1).NEW_FILE
command again after close some older Untitled file, it should used the number which is closed just now like vscode.Refer to the following screenshots:
vscode behavior:
theia behavior:
Additional Information
The text was updated successfully, but these errors were encountered: