mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-09 09:42:34 -05:00
Merge from vscode 591842cc4b71958c81947b254924a215fe3edcbd (#4886)
This commit is contained in:
@@ -797,7 +797,7 @@ export class DebugModel implements IDebugModel {
|
||||
// Make sure to de-dupe if a session is re-intialized. In case of EH debugging we are adding a session again after an attach.
|
||||
return false;
|
||||
}
|
||||
if (s.state === State.Inactive && s.getLabel() === session.getLabel()) {
|
||||
if (s.state === State.Inactive && s.configuration.name === session.configuration.name) {
|
||||
// Make sure to remove all inactive sessions that are using the same configuration as the new session
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user