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
thrownewError(`Both options not supported simultaneously: 'packagePath' and 'version'.`);
42
42
}elseif(options.targets){
43
-
thrownewError(`Both options not supported simultaneously: 'packagePath' and 'target'.`);
43
+
thrownewError(
44
+
`Both options not supported simultaneously: 'packagePath' and 'target'. Use 'vsce package --target <target>' to first create a platform specific package, then use 'vsce publish --packagePath <path>' to publish it.`
0 commit comments