mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-12 19:18:32 -05:00
Alanren/sql on windows (#6785)
* download file * add entry * fix issues * add 2019 * string updates * make dialog self contained * expose notebook input dialog * refactoring * add log and correct the url * comments
This commit is contained in:
@@ -30,11 +30,14 @@ export interface DeploymentProvider {
|
||||
title: string;
|
||||
dialog: DialogInfo;
|
||||
notebook: string | NotebookInfo;
|
||||
downloadUrl: string;
|
||||
webPageUrl: string;
|
||||
requiredTools: ToolRequirementInfo[];
|
||||
when: string;
|
||||
}
|
||||
|
||||
export interface DialogInfo {
|
||||
notebook: string | NotebookInfo;
|
||||
title: string;
|
||||
name: string;
|
||||
tabs: DialogTabInfo[];
|
||||
|
||||
Reference in New Issue
Block a user