Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test: new multi-root related extension API #37133

Closed
2 tasks done
bpasero opened this issue Oct 30, 2017 · 0 comments
Closed
2 tasks done

Test: new multi-root related extension API #37133

bpasero opened this issue Oct 30, 2017 · 0 comments

Comments

@bpasero
Copy link
Member

bpasero commented Oct 30, 2017

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).

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants