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

    Class PythonHiddenTerminal

    Provides a properly configured hidden terminal (child_process) for executing Python commands.

    Implements

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Send a command to the terminal.

      Parameters

      • options: string[]

        The options to send. (Must not include 'python' or the interpreter path.)

      • OptionaladdNewLine: boolean

        Whether to add a new line to the end of the command. This option is only used for the VSCode terminal.

      Returns Promise<void>