(
product: Product,
resource: InterpreterUri,
cancelTokenSource: CancellationTokenSource,
reInstallAndUpdate?: boolean,
installPipIfRequired?: boolean,
silent?: boolean
)
| 132 | export interface IInstaller { |
| 133 | readonly onInstalled: Event<{ product: Product; resource?: InterpreterUri }>; |
| 134 | install( |
| 135 | product: Product, |
| 136 | resource: InterpreterUri, |
| 137 | cancelTokenSource: CancellationTokenSource, |
no outgoing calls