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 c4e7301 commit c3a738dCopy full SHA for c3a738d
build.xml
@@ -286,6 +286,11 @@
286
</target>
287
288
<target name="test-vscode-ext" depends="test-lsp-server" description="Tests the Visual Studio Code extension built by 'build-vscode-ext' target.">
289
+ <exec executable="npm${cmd.suffix}" failonerror="true" dir="vscode">
290
+ <arg value="--allow-same-version"/>
291
+ <arg value="run" />
292
+ <arg value="test:unit" />
293
+ </exec>
294
<exec executable="npm${cmd.suffix}" failonerror="true" dir="vscode">
295
<arg value="--allow-same-version"/>
296
<arg value="run" />
0 commit comments