Skip to content

Commit c535073

Browse files
committed
added option to add extra args in vsce package script
Signed-off-by: Achal Talati <[email protected]>
1 parent 6ee9473 commit c535073

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
</not>
9494
</condition>
9595
<property name="vsix.version" value="0.1.0"/>
96-
96+
<property name="vsce.extra.args" value="" />
9797
<exec executable="npm${cmd.suffix}" failonerror="true" dir="vscode">
9898
<arg value="--allow-same-version"/>
9999
<arg value="version" />
@@ -133,6 +133,7 @@
133133

134134
<exec executable="${build.dir}/vsce/node_modules/.bin/vsce${cmd.suffix}" failonerror="true" dir="${basedir}/vscode">
135135
<arg value="package" />
136+
<arg line="${vsce.extra.args}" />
136137
<arg value="--baseImagesUrl" />
137138
<arg value="https://github.com/oracle/javavscode/raw/${metabuild.hash}/vscode" />
138139
<arg value="--out" />

0 commit comments

Comments
 (0)