mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-15 03:21:37 -04:00
pass install paths to notebooks (#8008)
* pass install paths to notebooks * onComplete * discover and publish actual installation Path * pass the path to notebook * minor fixes needed post merge of code from remote * fix some errors * remove unused variable
This commit is contained in:
committed by
Karl Burtram
parent
fd7b5a8628
commit
beab3cb48c
@@ -226,7 +226,7 @@ export const enum ToolStatus {
|
||||
}
|
||||
|
||||
export interface ITool {
|
||||
isInstalling: any;
|
||||
readonly isInstalling: boolean;
|
||||
readonly name: string;
|
||||
readonly displayName: string;
|
||||
readonly description: string;
|
||||
@@ -237,6 +237,7 @@ export interface ITool {
|
||||
readonly autoInstallSupported: boolean;
|
||||
readonly autoInstallRequired: boolean;
|
||||
readonly isNotInstalled: boolean;
|
||||
readonly installationPath: string;
|
||||
readonly needsInstallation: boolean;
|
||||
readonly outputChannelName: string;
|
||||
readonly fullVersion: string | undefined;
|
||||
|
||||
Reference in New Issue
Block a user