Skip to content

LoadedScriptsView: id of item should not depend on label #80379

@isidorn

Description

@isidorn

When a session's name get changed the Loaded Scripts View looses selection / expansion state for that session.
The reason for this is that we compute the tree id of the session element based on the label here

We should not use the label when computing ids, but we should use some internal id instead (or the id of the underlying DebugSession element in this case)

fyi @dgozman

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugdebugDebug viewlet, configurations, breakpoints, adapter issuesverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions