EditorVCSInterface.unstageFile

Unstages the file which was staged previously to be committed, so that it is no longer committed when EditorVCSInterface.commit is called. Argument should contain the absolute path.

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

Meta