Theia API Documentation v1.65.0
    Preparing search index...
    interface ShellSpecificOptions {
        execArgs: string[];
        quotingFunctions?: ShellQuotingFunctions;
    }
    Index

    Properties

    execArgs: string[]

    Arguments passed to the shell, aka command here.

    quotingFunctions?: ShellQuotingFunctions

    Pack of functions used to escape the subCommand and subArgs to run in the shell.