public hasCustomBinPath()

in src/serverPath.ts [19:21]


  public hasCustomBinPath(): boolean {
    return !!this.customBinPath;
  }