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
There's several places in the codebase where vscode.workspace.workspaceFolders[0]. This will cause issues if the user opens unrelated folders in their workspace.
Ex. a new window opens to a particular version. For whatever reason, the user opens a different folder that exists outside of the addons folder inside that VS Code instance. The commenting API will apply to that folder as well.
The text was updated successfully, but these errors were encountered:
There's several places in the codebase where
vscode.workspace.workspaceFolders[0]
. This will cause issues if the user opens unrelated folders in their workspace.Ex. a new window opens to a particular version. For whatever reason, the user opens a different folder that exists outside of the addons folder inside that VS Code instance. The commenting API will apply to that folder as well.
The text was updated successfully, but these errors were encountered: