Skip to content

VSCode - Package to a VSIX file #2

Open
@jdesrosiers

Description

@jdesrosiers

Provide a script (npm run package) for packaging the extension into a VSIX file that can be used to install the extension in VSCode. The @vscode/vsce package provides a vsce package command that can be used, but there are some complexities to getting it to work. It requires that you bundle both the extension and the server, which can be difficult when dealing with native components and mix ESM/CJS dependencies.

Reference: https://code.visualstudio.com/api/working-with-extensions/publishing-extension#packaging-extensions

Depends on: #1

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions