public async modifyWorkspaceParamsAndRun(overrideRoot?: string) {
    const project = await this.getDvcRoot(overrideRoot)
    if (!project) {
      return
    }