Skip to content

Commit 8523221

Browse files
committed
proposed API: better name lifecycleManagedByParent
1 parent ccb4f74 commit 8523221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/vscode.proposed.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ declare module 'vscode' {
696696
* By default (if the property is false or missing), lifecycle requests are sent to the new session.
697697
* This property is ignored if the session has no parent session.
698698
*/
699-
managedByParent?: boolean;
699+
lifecycleManagedByParent?: boolean;
700700
}
701701

702702
//#endregion

0 commit comments

Comments
 (0)