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
We're exploring a share provider API to support sharing actions built into core. This API is not for finalization this milestone.
Currently this is integrated primarily through:
the new Share... command in the command palette
a Share... button that is positioned next to the command center when "window.commandCenter": true and "workbench.experimental.share.enabled": true (the latter setting is currently not advertised in settings UI)
Eventually we will also leverage this API for surfacing Share in other areas such as context menus in the editor and tree views.
Refs: #176316
Complexity: 5
Roles: Developer, Engineering Manager
Create Issue
Background
We're exploring a share provider API to support sharing actions built into core. This API is not for finalization this milestone.
Currently this is integrated primarily through:
Share...
command in the command paletteShare...
button that is positioned next to the command center when"window.commandCenter": true
and"workbench.experimental.share.enabled": true
(the latter setting is currently not advertised in settings UI)Eventually we will also leverage this API for surfacing
Share
in other areas such as context menus in the editor and tree views.Testing
Please try out this provider API in an extension:
https://github.com/microsoft/vscode/blob/main/src/vscode-dts/vscode.proposed.shareProvider.d.ts
Please verify that:
Known issues:
onShare
event yet because all extensions which want to adopt it are alreadyonStartupFinished
oronFileSystem
activatedTreeItem.shareableItem
part of the proposal; that isn't being used in core yetThe text was updated successfully, but these errors were encountered: