EditorVCSInterface.stageFile

Stages the file which should be committed when EditorVCSInterface.commit is called. Argument should contain the absolute path.

struct EditorVCSInterface
@nogc nothrow
void
stageFile
(
in String file_path
)

Meta