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
One thing I like about how the Atom project manager works is that it will normally open new projects into a new window. But if the current window is empty (that is, there is no directory or file open, only and untouched Untitled file), it would replace the window with the project. Would it be possible to have this as an option?
The text was updated successfully, but these errors were encountered:
checking vscode.workspace.workspaceFolders returns undefined if I don't have a Folder or a Workspace (multi-root folder) opened, which is fine. But if I have random files opened (no folder related) it will return undefined as well 😢. I tried to use vscode.workspace.textDocuments (which is described as All text documents currently known to the system.), but even with no opened file, it can return 1, because of the Welcome Page..
One thing I like about how the Atom project manager works is that it will normally open new projects into a new window. But if the current window is empty (that is, there is no directory or file open, only and untouched Untitled file), it would replace the window with the project. Would it be possible to have this as an option?
The text was updated successfully, but these errors were encountered: