mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 10:08:49 +01:00
Closes #105667 - finalizes treeview description
This commit is contained in:
@@ -102,11 +102,9 @@ export class ExtHostTreeViews implements ExtHostTreeViewsShape {
|
||||
treeView.title = title;
|
||||
},
|
||||
get description() {
|
||||
checkProposedApiEnabled(extension);
|
||||
return treeView.description;
|
||||
},
|
||||
set description(description: string | undefined) {
|
||||
checkProposedApiEnabled(extension);
|
||||
treeView.description = description;
|
||||
},
|
||||
reveal: (element: T, options?: IRevealOptions): Promise<void> => {
|
||||
|
||||
Reference in New Issue
Block a user