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
Make sure these methods work as advertised in the vscode.d.ts docs.
When adding or removing workspace folders from your extension, ensure that you are being prompted with a dialog and that you can configure the dialog to never ask again (a new setting workbench.confirmChangesToWorkspaceFromExtensions was added to control this).
The text was updated successfully, but these errors were encountered:
Refs: #36802, #35407
Complexity: 3
We added new API for multi-root workspaces:
workspace.name
workspace.addWorkspaceFolder
workspace.removeWorkspaceFolder
Make sure these methods work as advertised in the
vscode.d.ts
docs.When adding or removing workspace folders from your extension, ensure that you are being prompted with a dialog and that you can configure the dialog to never ask again (a new setting
workbench.confirmChangesToWorkspaceFromExtensions
was added to control this).The text was updated successfully, but these errors were encountered: