
vsce
List of commands for vsce:
-
vsce:tldr:22790 vsce: Show the metadata associated with an extension.$ vsce show ${extension_id}try on your machineexplain this command
-
vsce:tldr:56da0 vsce: List all the extensions created by a publisher.$ vsce list ${publisher}try on your machineexplain this command
-
vsce:tldr:8727b vsce: Publish an extension as major, minor or patch version.$ vsce publish ${select}try on your machineexplain this command
-
vsce:tldr:a9ae0 vsce: Package the current working directory as a `.vsix` file.$ vsce packagetry on your machineexplain this command
-
vsce:tldr:d0dc3 vsce: Unpublish an extension.$ vsce unpublish ${extension_id}try on your machineexplain this command