Package ch.epfl.scala.bsp4j
Interface CancelExtension
-
public interface CancelExtension
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
cancelRequest(CancelRequestParams params)
Like the language server protocol, a notification to ask the server to cancel a request.
-
-
-
Method Detail
-
cancelRequest
void cancelRequest(CancelRequestParams params)
Like the language server protocol, a notification to ask the server to cancel a request.
-
-