From 62b2b7098d5096a940c6a8f4f9c136072fae9407 Mon Sep 17 00:00:00 2001 From: Alex Ross Date: Tue, 1 Oct 2019 15:33:27 +0200 Subject: [PATCH] Update jsdoc for TreeView title Fixes https://github.com/microsoft/vscode/issues/81712 and https://github.com/microsoft/vscode/issues/81736 --- src/vs/vscode.proposed.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/vs/vscode.proposed.d.ts b/src/vs/vscode.proposed.d.ts index aa09f54131f..a606623a3a1 100644 --- a/src/vs/vscode.proposed.d.ts +++ b/src/vs/vscode.proposed.d.ts @@ -871,7 +871,8 @@ declare module 'vscode' { export interface TreeView { /** - * The name of the tree view. It is set from the extension package.json and can be changed later. + * The tree view title is initially taken from the extension package.json + * Changes to the title property will be properly reflected in the UI in the title of the view. */ title?: string; } -- GitLab