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

[WIP] Vsix packaging - Generate a .vsix for all built-ins #13

Closed
wants to merge 1 commit into from

Commits on Dec 4, 2019

  1. [.vsix packaging] Generate a .vsix for all built-ins

    This commit does a bit of massaging so that "vsce" will
    accept to package the built-ins we build onto a .vsix file.
    
    To generate it:
    $> cd <repo root>/vscode-builtin-extensions
    $> yarn package
    
    The resulting .vsix file will be saved in the repo root
    
    Signed-off-by: Marc Dumais <marc.dumais@ericsson.com>
    marcdumais-work committed Dec 4, 2019
    Configuration menu
    Copy the full SHA
    b5ffb10 View commit details
    Browse the repository at this point in the history