Theia API Documentation v1.65.0
    Preparing search index...

    A string that will be quoted depending on the used shell.

    interface ShellQuotedString {
        quoting: ShellQuoting;
        value: string;
    }
    Index

    Properties

    Properties

    quoting: ShellQuoting

    The quoting style to use

    value: string

    The actual string value