Skip to content

jcode: Add version 0.11.6#7914

Merged
z-Fng merged 3 commits intoScoopInstaller:masterfrom
MiyakoMeow:add/jcode
May 1, 2026
Merged

jcode: Add version 0.11.6#7914
z-Fng merged 3 commits intoScoopInstaller:masterfrom
MiyakoMeow:add/jcode

Conversation

@MiyakoMeow
Copy link
Copy Markdown
Contributor

@MiyakoMeow MiyakoMeow commented May 1, 2026

  • Use conventional PR title: <manifest-name[@version]|chore>: <general summary of the pull request>
  • I have read the Contributing Guide

Closes #7913

Comment thread bucket/jcode.json Outdated
@MiyakoMeow MiyakoMeow requested a review from z-Fng May 1, 2026 11:07
@z-Fng
Copy link
Copy Markdown
Member

z-Fng commented May 1, 2026

Please test it.

scoop install https://github.com/MiyakoMeow/ScoopMain/raw/5a7b1c40c627abd8187799422b9582643cae6c05/bucket/jcode.json
image

Here is the testing guide:

# Replace <manifest-name> and <manifest-path> with actual values
# Optional: Enable debug mode and set GitHub token (to access GitHub API for releases only)
scoop config debug true
scoop config gh_token <your-github-token>  # Read access only

# Force version detection and autoupdate (run from bucket root)
.\bin\checkver.ps1 -App <manifest-name> -f

# Auto-format (Lint) the JSON manifest (run from bucket root)
.\bin\formatjson.ps1 -App <manifest-name>

# Test installation for each architecture (if supported)
scoop install <manifest-path> -a 64bit
scoop install <manifest-path> -a 32bit
scoop install <manifest-path> -a arm64

# Test uninstallation
scoop uninstall <manifest-name>

For example:

.\bin\checkver.ps1 -App vscode -f
.\bin\formatjson.ps1 -App vscode
scoop install "D:\My-Bucket\bucket\vscode.json" -a 64bit
scoop uninstall vscode
scoop install "D:\My-Bucket\bucket\vscode.json" -a arm64
scoop uninstall vscode

@z-Fng
Copy link
Copy Markdown
Member

z-Fng commented May 1, 2026

/verify

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 1, 2026

All changes look good.

Wait for review from human collaborators.

jcode

  • Lint
  • Description
  • License
  • Hashes
  • Checkver
  • Autoupdate

Check the full log for details.

Copy link
Copy Markdown
Member

@z-Fng z-Fng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for your contribution!

@z-Fng z-Fng merged commit 401cff0 into ScoopInstaller:master May 1, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Request]: jcode

2 participants