Theia API Documentation v1.72.1
    Preparing search index...
    • Returns all bind mounts that look like workspace mounts (filtering out injected SSH/gitconfig mounts).

      Parameters

      • mounts: {
            Destination: string;
            Driver?: string;
            Mode: string;
            Name?: string;
            Propagation: string;
            RW: boolean;
            Source: string;
            Type: "volume" | "bind" | "image" | "tmpfs" | "npipe" | "cluster";
        }[]

      Returns {
          Destination: string;
          Driver?: string;
          Mode: string;
          Name?: string;
          Propagation: string;
          RW: boolean;
          Source: string;
          Type: "volume" | "bind" | "image" | "tmpfs" | "npipe" | "cluster";
      }[]