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
An event that is emitted when a workspace folder is added or removed.
62
+
**Note:** this event will not fire if the first workspace folder is added, removed or changed,
63
+
because in that case the currently executing extensions (including the one that listens to this
64
+
event) will be terminated and restarted so that the (deprecated) `rootPath` property is updated
65
+
to point to the first workspace folder.
66
+
*/
67
+
// In other words, we don't have to worry about the root workspace folder ([0]) changing since the extension will be restarted and our cwd will be updated to reflect the new workspace folder. (We don't care about non root workspace folders, since cline will only be working within the root folder cwd)
0 commit comments