registry: add vscode-cli (backend:aqua:microsoft/vscode/code)#10314
Conversation
📝 WalkthroughWalkthroughThis PR adds a registry configuration file for the standalone Visual Studio Code CLI that specifies the backend source to resolve the package, provides a human-readable description of the CLI's purpose, and defines a version test command with expected output pattern using version interpolation. ChangesVS Code CLI Registry Configuration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
Greptile SummaryThis PR adds a new
Confidence Score: 3/5The entry is a single-file addition with no logic changes to core code, but the test command is likely broken and the contribution requirements are unmet. The registry/vscode-cli.toml — the only changed file; both open issues are in this file. Important Files Changed
Reviews (1): Last reviewed commit: "registry: add vscode-cli" | Re-trigger Greptile |
New package
The Visual Studio Code CLI.
Name: vscode-cli
Source code: https://github.com/microsoft/vscode/tree/main/cli
Stars: 186.1K
Remarks
I personally think
mise x codeshould invoke VS Code CLI, but unfortunately there's already a package named code which points to just-every/code instead.Discussion about repurposing that package happened here.
Closes #10290
Summary by CodeRabbit