vsce ls
Lists all the files that will be published
Options
| Name | Description | 
|---|---|
| --yarn | Use yarn instead of npm (default inferred from presence of yarn.lock or .yarnrc) | 
| --no-yarn | Use npm instead of yarn (default inferred from lack of yarn.lock or .yarnrc) | 
| --packagedDependencies  <paths...> | Select packages that should be published only (includes dependencies) | 
| --ignoreFile  <path> | Indicate alternative .vscodeignore | 
| --no-dependencies | Disable dependency detection via npm or yarn |