mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Improved behavior for accepting EULA. (#12453)
* working version of overloading "select" button * promptForEula to use showErrorMessage * make parameter optional in promptForEula * remove test code * PR feedback * eula to EULA * minor fix
This commit is contained in:
@@ -389,7 +389,8 @@ export interface ITool {
|
||||
finishInitialization(): Promise<void>;
|
||||
install(): Promise<void>;
|
||||
isSameOrNewerThan(version: string): boolean;
|
||||
validateEula(): boolean;
|
||||
isEulaAccepted(): boolean;
|
||||
promptForEula(): Promise<boolean>;
|
||||
}
|
||||
|
||||
export const enum BdcDeploymentType {
|
||||
|
||||
Reference in New Issue
Block a user