You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JVM environment requests include an originId. Why?
Scala test classes request also has an originId (both in params and respons)
framework field in ScalaTestClassesItem is marked as optional, but with an annotation "It's optional in order to maintain compatibility, however it is expected from the newer implementations to not leave that field unspecified.". Let's make it obligatory then.
buildTarget/inverseSources in should be called textDocument/inverseSources
split TaskData into TaskStartData, TaskProgressData and TaskFinishData
a field is called className in ScalaTestSuiteSelection while the same field is serialized to class in ScalaMainClass
The text was updated successfully, but these errors were encountered:
framework
field inScalaTestClassesItem
is marked as optional, but with an annotation "It's optional in order to maintain compatibility, however it is expected from the newer implementations to not leave that field unspecified.". Let's make it obligatory then.buildTarget/inverseSources
in should be calledtextDocument/inverseSources
TaskData
intoTaskStartData
,TaskProgressData
andTaskFinishData
className
inScalaTestSuiteSelection
while the same field is serialized toclass
inScalaMainClass
The text was updated successfully, but these errors were encountered: