We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee9473 commit c535073Copy full SHA for c535073
build.xml
@@ -93,7 +93,7 @@
93
</not>
94
</condition>
95
<property name="vsix.version" value="0.1.0"/>
96
-
+ <property name="vsce.extra.args" value="" />
97
<exec executable="npm${cmd.suffix}" failonerror="true" dir="vscode">
98
<arg value="--allow-same-version"/>
99
<arg value="version" />
@@ -133,6 +133,7 @@
133
134
<exec executable="${build.dir}/vsce/node_modules/.bin/vsce${cmd.suffix}" failonerror="true" dir="${basedir}/vscode">
135
<arg value="package" />
136
+ <arg line="${vsce.extra.args}" />
137
<arg value="--baseImagesUrl" />
138
<arg value="https://github.com/oracle/javavscode/raw/${metabuild.hash}/vscode" />
139
<arg value="--out" />
0 commit comments