Commit 4f05f24 1 parent f6f2204 commit 4f05f24 Copy full SHA for 4f05f24
File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -389,8 +389,9 @@ export class Extension {
389
389
390
390
private async registerGradleTestRunner ( ) : Promise < void > {
391
391
// To register the Gradle test runner, we need to wait for the Test Runner extension to be activated.
392
- // The Test Runner extension is dependent on the Java extension, VS Code has an issue that it doesn't
393
- // activate the Java extension before the Test Runner extension if we call testExtension.activate().
392
+ // The Test Runner extension depends on the Java extension, VS Code has an issue that it doesn't
393
+ // activate the Java extension before the Test Runner extension if we call activate() for the test extension.
394
+ // Thus here we need to activate the Java extension first.
394
395
const javaLsExtension = vscode . extensions . getExtension ( "redhat.java" ) ;
395
396
if ( ! javaLsExtension ) {
396
397
return ;
You can’t perform that action at this time.
0 commit comments