Langium - v4.0.0
    Preparing search index...

    Interface WorkspaceFolder

    A workspace folder inside a client.

    interface WorkspaceFolder {
        name: string;
        uri: string;
    }
    Index

    Properties

    Properties

    name: string

    The name of the workspace folder. Used to refer to this workspace folder in the user interface.

    uri: string

    The associated URI for this workspace folder.