vsce ls

Lists all the files that will be published

Options

NameDescription
--yarnUse yarn instead of npm (default inferred from presence of yarn.lock or .yarnrc)
--no-yarnUse 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-dependenciesDisable dependency detection via npm or yarn