winget install --id michidk.vscli
About vscli
A CLI tool to launch vscode projects, which supports devcontainers.
What's new in 1.3.1
What's Changed Features - feat: external config management, container management, generic TUI picker (#189) - feat: copy stored configs into project directories (#191) - feat: fix typos (#178) Bug Fixes - fix: using localWorkspaceFolderBasename in workspaceFolder (#180) - fix: derive workspace from devcontainer config, support subfolder opening (#190) - fix: keep most recent entries in history retention (#196) - fix: version mismatch and input conversion - fix(ui): show scrollbar only when required (fixes #176) Dependency Updates - chore(deps): upgrade ratatui 0.30, crossterm 0.29, ratatui-textarea 0.8 - fix(deps): update rust crate crossterm to 0.29.0 (#177) - fix(deps): update rust crate clap to v4.5.32 (#175) - fix(deps): update rust crate json5 to v1 (#187) - fix(deps): update all cargo dependencies (#174, #193, #194) - chore(deps): bump rand from 0.8.5 to 0.8.6 (#197) - chore(deps): update rust crate tokio to v1.51.0 (#183) - chore(deps): update actions/checkout action to v5, v6 (#179, #186) - chore(deps): update mikepenz/action-gh-release action to v2, v3 (#188, #195) - chore(deps): update mcr.microsoft.com/devcontainers/rust docker tag to v2 (#181) Other - chore(readme): fix padding in code block - chore: patch update deps & fix clippy New Contributors - @kianmeng made their first contribution in #178 - @starburst997 made their first contribution in #180 - @kimjune01 made their first contribution in #196 Full Changelog: https://github.com/michidk/vscli/compare/v1.3.0...v1.3.1
Version history
| Version | Updated | Notes |
|---|---|---|
| 1.3.1 | Unknown | What's Changed Features - feat: external config management, container management, generic TUI picker (#189) - feat: copy stored configs into project directories (#191) - feat: fix typos (#178) Bug Fixes - fix: using loca... |
| 1.3.0 | Unknown | - feat(ui): Added wrapping to selection scrolling - feat(ui): Reworked additional info UI and implemented --hide-info & --hide - feat(ui): Added scrollbar - feat(ui): Added mouse interactions - fix(deps): Updated Rust cr... |
| 1.2.0 | Unknown | - upgraded to Rust 2024 edition. - now supports overriding launch settings when opening containers with the updated UI. - now supports Cursor and other VS Code forks with the --command flag. Full Changelog: https://githu... |
| 1.1.0 | Unknown | - Rework data model - Recent UI: Adds a (fuzzy) search bar - Various dependency updates Full Changelog: https://github.com/michidk/vscli/compare/v1.0.0...v1.1.0 |
| 1.0.0 | Unknown | - Minor fixes and quality of life improvements Full Changelog: https://github.com/michidk/vscli/compare/v0.3.1...v1.0.0 |
| 0.3.0 | Unknown | - Support vim movements in recent mode - Support json5 (trailing commas, comments) for devcontainer definitions New Contributors - @popsu made their first contribution in #95 Full Changelog: |
| 0.2.2 | Unknown | - Add CI/release artifacts for aarch64-apple-darwin target - Various CI fixes - Updated dependencies Full Changelog: |
| 0.2.1 | Unknown | Contains various bug fixes.Full Changelog: |
| 0.2.0 | Unknown | New Contributors - @Shemnei made their first contribution in #38 |
| 0.1.13 | Unknown | - Fixes the devcontainer file lookup |
| 0.1.11 | Unknown | Release notes |
| 0.1.10 | Unknown | - fix: Sorting order |
| 0.1.9 | Unknown | - feat: Allow changing more args using env vars - feat(recent-ui): Add option to change the recent file location - feat(recent-ui): Change ordering so that the most recent workspace is on top - fix: Make behaviour rename... |
| 0.1.8 | Unknown | - Select most recent element by default |
| 0.1.7 | Unknown | New Contributors - @renovate made their first contribution in #10 - @github-actions made their first contribution in #19 |
| 0.1.6 | Unknown | Release notes |
| 0.1.5 | Unknown | Release notes |
| 0.1.4 | Unknown | Release notes |