Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 738 Bytes

INSTALLATION.md

File metadata and controls

31 lines (20 loc) · 738 Bytes

Installation

Installing from the Marketplace

This extension can be installed through the Visual Studio Code Marketplace by clicking "Install", or from within VSCode by using Quick Open (Ctrl + P) to run the following command:

ext install "Slice"

Installing from a Local Package

Prerequisites

To install the extension's dependencies, simply run:

npm install

Packaging

To build and package the extension, run:

npx @vscode/vsce package

This generates a .vsix package file in the root directory of the project. This package can be installed by drag-and-dropping it into the "Extensions" panel of VSCode.