Displays a list of all Jack commands provided by the extension (extension.jenkins-jack.jacks)
Local Packaging and Installation
要创建一个独立的“vsix”以便在本地安装,运行以下命令
commands:
# From the root of the extension.
npm install -g vsce # For packaging
npm install # Install dependencies.
vsce package # Bake some bread.
code --install-extension .\jenkins-deploy-0.0.1.vsix # ...or whatever version was built