Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 772 Bytes

INSTRUCTIONS.md

File metadata and controls

34 lines (22 loc) · 772 Bytes

Build Instructions

Package

To generate a vsix extension image, run one of the following commands:

npm run package

or

vsce package

You can directly upload the vsix image into your vscode extensions and start using the Kuneiform Language Server Extension.

Publish

To publish the extension to the marketplace, run one of the following commands:

npm run publish

or

vsce publish

To publish the extension manually, you can directly upload the vsix image into the [VScode Marketplace Publisher Page]{https://marketplace.visualstudio.com/manage}. For more detailed instructions refer to the [VSCode Extension Publishing Guide]{https://code.visualstudio.com/api/working-with-extensions/publishing-extension}.