Class Types
Class | Summary |
---|---|
VsceAliases |
Contains aliases related to VSCode Extension Manager. In order to use the commands for this addin, you will need to include the following in your build.cake file to download and reference from NuGet.org:
|
VscePackager | The Vsce Packager used to package VsCode Extensions |
VscePackageSettings |
Contains settings used by VscePackager .
|
VscePublisher | The Vsce Publisher used to publish VsCode Extensions |
VscePublishSettings |
Contains settings used by VscePublisher .
|
VsceTool |
Base class for all Vsce related tools. |