You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We would like to introduce API such that the Extensions can change the name of a DebugSession.
Our proposal is that we make the debugSession.name no longer readonly, but that it can be changed by extensions.
We also thought about constraining the name setter only to the extension which provides the debugger type for this DebugSession but we are not convinced this is needed.
We would like to introduce API such that the Extensions can change the name of a
DebugSession
.Our proposal is that we make the
debugSession.name
no longerreadonly
, but that it can be changed by extensions.We also thought about constraining the name setter only to the extension which provides the debugger type for this DebugSession but we are not convinced this is needed.
Motivation for this: #79583
PR for hits: #80122
The text was updated successfully, but these errors were encountered: