mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Add tool path column to the deployment tools table (#8597)
* remove redundan console.warn messages * add tool path, trim existing columns in tools table * Update dockerTool.ts
This commit is contained in:
@@ -246,14 +246,14 @@ export interface ITool {
|
||||
readonly homePage: string;
|
||||
readonly displayStatus: string;
|
||||
readonly dependencyMessages: string[];
|
||||
readonly statusDescription: string | undefined;
|
||||
readonly statusDescription?: string;
|
||||
readonly autoInstallSupported: boolean;
|
||||
readonly autoInstallNeeded: boolean;
|
||||
readonly isNotInstalled: boolean;
|
||||
readonly isInstalled: boolean;
|
||||
readonly installationPath: string;
|
||||
readonly installationPath?: string;
|
||||
readonly outputChannelName: string;
|
||||
readonly fullVersion: string | undefined;
|
||||
readonly fullVersion?: string;
|
||||
readonly onDidUpdateData: vscode.Event<ITool>;
|
||||
|
||||
showOutputChannel(preserveFocus?: boolean): void;
|
||||
|
||||
Reference in New Issue
Block a user