vscode-python-extension-core
    Preparing search index...

    Interface IOptionsBuilder

    Build the options depending on the package configuration and uris.

    interface IOptionsBuilder {
        build: (uris: Uri[]) => Promise<string[]>;
    }

    Implemented by

    Index

    Properties

    Properties

    build: (uris: Uri[]) => Promise<string[]>

    Build the options depending on the package configuration and uris.

    Type Declaration

      • (uris: Uri[]): Promise<string[]>
      • Parameters

        • uris: Uri[]

          File paths and folder paths to run package for.

        Returns Promise<string[]>