mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 09:35:39 -05:00
This reverts commit 037d638927.
This commit is contained in:
@@ -539,7 +539,6 @@ export function createAdsApiFactory(accessor: ServicesAccessor): IAdsExtensionAp
|
||||
|
||||
return {
|
||||
accounts,
|
||||
ButtonType: sqlExtHostTypes.ButtonType,
|
||||
connection,
|
||||
credentials,
|
||||
objectexplorer: objectExplorer,
|
||||
|
||||
@@ -862,9 +862,3 @@ export enum SqlAssessmentResultItemKind {
|
||||
Warning = 1,
|
||||
Error = 2
|
||||
}
|
||||
|
||||
export enum ButtonType {
|
||||
File = 'File',
|
||||
Normal = 'Normal',
|
||||
Informational = 'Informational'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user