mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Auto-refresh OE with table designer (#23370)
This commit is contained in:
@@ -53,7 +53,7 @@ export function RefreshObjectExplorerError(error: string): string {
|
||||
return localize({
|
||||
key: 'objectManagement.refreshOEError',
|
||||
comment: ['{0}: error message.']
|
||||
}, "An error occurred while while refreshing the object explorer. {0}", error);
|
||||
}, "An error occurred while refreshing the object explorer. {0}", error);
|
||||
}
|
||||
|
||||
export function DeleteObjectConfirmationText(objectType: string, objectName: string): string {
|
||||
|
||||
Reference in New Issue
Block a user