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 2d7c06e commit 3f29c78Copy full SHA for 3f29c78
build.xml
@@ -213,7 +213,7 @@
213
<target name="check-vsce-patch-status">
214
<exec executable="patch" dir="${build.dir}/vsce/node_modules/@vscode/vsce/out" failifexecutionfails="false" failonerror="false" resultproperty="vsce-patch-status">
215
<arg value="-p1"/>
216
- <arg value="--check"/>
+ <arg value="--dry-run"/>
217
<arg value="--force"/>
218
<arg value="-z"/>
219
<arg value=".orig"/>
0 commit comments