You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
❯ &"$env:SCOOP_HOME/bin/checkver.ps1" -D .\bucket\ -A vscode-insidersvscode-insiders: couldn't match '^(?<productVersion>.+)\\n(?<timestamp>.*)$' in https://update.code.visualstudio.com/api/update/win32-x64-archive/insider/latest
Possible Solution
update regex to (?<productVersion>[\\d.]+-insider).*?(?<timestamp>[\\d]+)
Scoop and Buckets Version
Current Scoop version:be56faf2 (HEAD -> master, tag: v0.5.1, origin/master, origin/HEAD) chore(release): Bump to version 0.5.1 (#6057)'main' bucket:dba2b0528 (HEAD -> master, origin/master, origin/HEAD) uv: Update to version 0.2.27'extras' bucket:27ca0cd7c (HEAD -> master, origin/master, origin/HEAD) sidekick-browser: Update to version 120.58.1.38488-aa4b5ae'versions' bucket:c365d4480 (HEAD -> master, origin/master, origin/HEAD) sqlitebrowser-nightly: Update to version 2024-07-20
Prerequisites
Package Name
vscode-insiders
Expected/Current Behaviour
vscode-insiders checkver not work now, because of ScoopInstaller/Scoop#5921 , regex need to fix
Steps to Reproduce
Possible Solution
update regex to
(?<productVersion>[\\d.]+-insider).*?(?<timestamp>[\\d]+)
Scoop and Buckets Version
Scoop Config
PowerShell Version
Additional Softwares
No response
The text was updated successfully, but these errors were encountered: