MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / install

Method install

src/platform/interpreter/installer/types.ts:134–134  ·  view source on GitHub ↗
(
        product: Product,
        resource: InterpreterUri,
        cancelTokenSource: CancellationTokenSource,
        reInstallAndUpdate?: boolean,
        installPipIfRequired?: boolean,
        silent?: boolean
    )

Source from the content-addressed store, hash-verified

132export interface IInstaller {
133 readonly onInstalled: Event<{ product: Product; resource?: InterpreterUri }>;
134 install(
135 product: Product,
136 resource: InterpreterUri,
137 cancelTokenSource: CancellationTokenSource,

Implementers 1

ProductInstallersrc/platform/interpreter/installer/pro

Calls

no outgoing calls

Tested by 2