Skip to content

Commit 648c3c8

Browse files
authored
Tweak proposed API JSDoc (microsoft#183590)
* Tweak proposed API JSDoc * workbench -> workspace
1 parent 86e3fd8 commit 648c3c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vscode-dts/vscode.proposed.shareProvider.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ declare module 'vscode' {
1212
*/
1313
export interface ShareableItem {
1414
/**
15-
* A resource in the editor that can be shared.
15+
* A resource in the workspace that can be shared.
1616
*/
1717
resourceUri: Uri;
1818

0 commit comments

Comments
 (0)