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

[up] Add script to update vscode packages #10

Open
JBallin opened this issue Jan 16, 2020 · 0 comments
Open

[up] Add script to update vscode packages #10

JBallin opened this issue Jan 16, 2020 · 0 comments
Labels
good first issue Good for newcomers

Comments

@JBallin
Copy link
Owner

JBallin commented Jan 16, 2020

Could use something like this for now:

microsoft/vscode#56578 (comment):

For your scenario, there is a Extensions: Update All Extensions command that can be used. Would that help?

Is there a way to run said command (or others) from the command line?

This is slow but solved my problem:

for ext in `code --list-extensions`
  do 
    code --install-extension "$ext" 
  done

Given that this command is "slow", we may want to make it optional by adding an option in the config.

@JBallin JBallin added the good first issue Good for newcomers label Jan 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant