bufbuild/vscode-buf

vscode extension can not parse the latest buf binary version

scbizu opened this issue · 2 comments

Reproduce

  • Install the latest buf binary (v1.0.0-rc1)
  • Install the buf-vscode extension
  • buf-vscode throws a error: Failed to get buf version: failed to parse version output: 1.0.0-rc1

Possible Fix

Why not use the standard semver regexp rules suggested by semver ?

Addressed here: https://regex101.com/r/vkijKf/1/

I can reproduce, we'll get this fixed soon.

We have just released a fix in v0.3.1.