This commit is contained in:
xuwei-k
2023-06-24 20:05:52 +09:00
parent 48062ff36c
commit 2edb4dcbb6
17 changed files with 21 additions and 21 deletions
@@ -7,7 +7,7 @@ package sbt.internal.bsp
/**
* Scala Test Class Request
* The build target scala test options request is sent from the client to the server
* to query for the list of fully qualified names of test clases in a given list of targets.
* to query for the list of fully qualified names of test classes in a given list of targets.
* @param originId An optional number uniquely identifying a client request.
*/
final class ScalaTestClassesParams private (
+1 -1
View File
@@ -715,7 +715,7 @@ type ScalaTestParams {
## Scala Test Class Request
## The build target scala test options request is sent from the client to the server
## to query for the list of fully qualified names of test clases in a given list of targets.
## to query for the list of fully qualified names of test classes in a given list of targets.
type ScalaTestClassesParams {
targets: [sbt.internal.bsp.BuildTargetIdentifier]