mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-05 09:35:39 -05:00
Remove/comment out connection title generation from all areas. (#23873)
This commit is contained in:
9
src/sql/azdata.proposed.d.ts
vendored
9
src/sql/azdata.proposed.d.ts
vendored
@@ -508,15 +508,6 @@ declare module 'azdata' {
|
||||
* @returns The new password that is returned from the operation or undefined if unsuccessful.
|
||||
*/
|
||||
export function openChangePasswordDialog(profile: IConnectionProfile): Thenable<string | undefined>;
|
||||
|
||||
/**
|
||||
* Gets the formatted title of the connection profile for display
|
||||
* @param profile The connection profile we want to get the full display info for.
|
||||
* @param getOptionsOnly Provide if you only want to get the differing advanced options (for some titles).
|
||||
* @param includeGroupName Provide if you want to include the groupName as well (in areas that do not display the groupName).
|
||||
* @returns The title formatted with server info in front, with non default options at the end.
|
||||
*/
|
||||
export function getEditorConnectionProfileTitle(profile: IConnectionProfile, getOptionsOnly?: boolean, includeGroupName?: boolean): Thenable<string>;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user