You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.option('-o, --out [path]','Output .vsix extension file to [path] location')
73
+
.option('--githubBranch [branch]','The GitHub branch used to infer relative links in README.md. Can be overriden by --baseContentUrl and --baseImagesUrl.')
73
74
.option('--baseContentUrl [url]','Prepend all relative links in README.md with this url.')
74
75
.option('--baseImagesUrl [url]','Prepend all relative image links in README.md with this url.')
75
76
.option('--yarn','Use yarn instead of npm')
76
77
.option('--ignoreFile [path]','Indicate alternative .vscodeignore')
77
78
.option('--noGitHubIssueLinking','Prevent automatic expansion of GitHub-style issue syntax into links')
.option('-m, --message <commit message>','Commit message used when calling `npm version`.')
85
86
.option('--packagePath [path]','Publish the VSIX package located at the specified path.')
87
+
.option('--githubBranch [branch]','The GitHub branch used to infer relative links in README.md. Can be overriden by --baseContentUrl and --baseImagesUrl.')
86
88
.option('--baseContentUrl [url]','Prepend all relative links in README.md with this url.')
87
89
.option('--baseImagesUrl [url]','Prepend all relative image links in README.md with this url.')
88
90
.option('--yarn','Use yarn instead of npm while packing extension files')
89
91
.option('--noVerify')
90
92
.option('--ignoreFile [path]','Indicate alternative .vscodeignore')
0 commit comments