Tweak proposed API JSDoc (#183590)

* Tweak proposed API JSDoc

* workbench -> workspace
This commit is contained in:
Joyce Er 2023-05-26 14:32:37 -07:00 committed by GitHub
parent 86e3fd8ded
commit 648c3c831d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ declare module 'vscode' {
*/
export interface ShareableItem {
/**
* A resource in the editor that can be shared.
* A resource in the workspace that can be shared.
*/
resourceUri: Uri;