Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: vscode-insiders checkver not work #1853

Closed
3 tasks done
ccyykkcyk opened this issue Jul 20, 2024 · 0 comments · Fixed by #1854
Closed
3 tasks done

[Bug]: vscode-insiders checkver not work #1853

ccyykkcyk opened this issue Jul 20, 2024 · 0 comments · Fixed by #1854
Labels

Comments

@ccyykkcyk
Copy link
Contributor

Prerequisites

  • I have written a descriptive issue title.
  • I have searched all issues/PRs to ensure it has not already been reported or fixed.
  • I have verified that I am using the latest version of Scoop and corresponding bucket.

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

& "$env:SCOOP_HOME/bin/checkver.ps1" -D .\bucket\ -A vscode-insiders
vscode-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

Scoop Config

last_update                     : 2024/7/20 10:52:24
aria2-enabled                   : True
show_update_log                 : False
ignore_running_processes        : False
aria2-max-connection-per-server : 16
aria2-split                     : 64
proxy                           : 127.0.0.1:10809
scoop_repo                      : https://github.com/ScoopInstaller/Scoop
scoop_branch                    : master

PowerShell Version

Name                           Value
----                           -----
PSVersion                      7.4.1
PSEdition                      Core
GitCommitId                    7.4.1
OS                             Microsoft Windows 10.0.19045
Platform                       Win32NT
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

Additional Softwares

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant