mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Fix for Select Connection not showing up in Attach To (#3860)
This commit is contained in:
@@ -99,6 +99,8 @@ export class NotebookContexts {
|
|||||||
defaultConnection = connections.find(connection => connection.serverName === profile.serverName);
|
defaultConnection = connections.find(connection => connection.serverName === profile.serverName);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else if (connections.length === 0) {
|
||||||
|
return NotebookContexts.DefaultContext;
|
||||||
}
|
}
|
||||||
activeConnections = [];
|
activeConnections = [];
|
||||||
connections.forEach(connection => activeConnections.push(connection));
|
connections.forEach(connection => activeConnections.push(connection));
|
||||||
|
|||||||
Reference in New Issue
Block a user