Skip to content

does lsp support mapping multiple source dirs to multiple destinations #92

Open
@korenhe

Description

@korenhe

by using .lsp-docker.yaml,
it is good for mapping only one source to one destinations like this :

  mappings:
    - source: "~/A"
      destination: "A-in-docker"

myquestion is, is it possible to map multiple dirs, such as:

  mappings:
    - source: "~/A"
       destination: "A-in-docker"
    - source: "~/B"
      destination: "B-in-docker" 

my simple test result failed to start the docker container error, though i can copy B into A so I can mount one folder, but i think mount multiple folders may be easier to use.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions