Skip to content

[code] new cli commands #3621

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

Merged
merged 1 commit into from
Mar 28, 2021
Merged

Conversation

akosyakov
Copy link
Member

What it does

fix #3166: add more code CLI commands to manage extensions and open external URIs

Changes in VS Code: gitpod-io/openvscode-server#11

How to test

  • Start a workspace and try:
code --install-extension jock.svg
code --list-extensions --show-versions
code --uninstall-extension jock.svg
code --open-external http://localhost:8000

to manage extensions and open exteranl uris
Copy link
Member

@svenefftinge svenefftinge left a comment

Choose a reason for hiding this comment

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

Works nicely.
The --open-external command is not listed in the help.

@akosyakov akosyakov merged commit f49abb1 into main Mar 28, 2021
@akosyakov akosyakov deleted the akosyakov/code-cli-enhanchment-3166 branch March 28, 2021 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[code] CLI enhanchment
2 participants