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"
To install the extension's dependencies, simply run:
npm install
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.