Skip to content

Add installing vscode extensions automatically #1

@kashev

Description

@kashev

Currently, a list of installed extensions is in vscode_manual. It can be backed up using

code --list-extensions > vscode_manual/extensions.txt

And they can be installed using:

cat extensions.txt | xargs -L 1 code --install-extension

Add this to uinstall.sh or install.py or something.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions