mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-25 09:35:37 -05:00
Fixes reset of group name when not saving profile (#24000)
This commit is contained in:
@@ -179,3 +179,7 @@ export function adjustForMssqlAppName(currentAppName: string, suffix?: string):
|
||||
? currentAppName + finalSuffix
|
||||
: currentAppName ?? appName;
|
||||
}
|
||||
|
||||
export function delay(time: number): Promise<void> {
|
||||
return new Promise(resolve => setTimeout(resolve, time));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user