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
The api workspace.onDidChangeWorkspaceFolders is not firing when open folder as a single-root workspace initially.
But it works normally with adding folders to the existing workspace.
I checked out the api docs and not sure if this is the expected behavior since the description of the 'onDidChangeWorkspaceFolders' is "An event that is emitted when a workspace folder is added or removed."
The text was updated successfully, but these errors were encountered:
ok, Thank you! If I understand this correct, this is the current expected behavior.
I'm working on the extension need to add the listener to the open folder event. Is there any other APIs as a workaround?
The api workspace.onDidChangeWorkspaceFolders is not firing when open folder as a single-root workspace initially.
But it works normally with adding folders to the existing workspace.
I checked out the api docs and not sure if this is the expected behavior since the description of the 'onDidChangeWorkspaceFolders' is "An event that is emitted when a workspace folder is added or removed."
The text was updated successfully, but these errors were encountered: