Packages

final class ClientConfiguration extends AnyRef

This class provides a uniform way to know how the client is configured using a combination of server properties, clientExperimentalCapabilities and initializationOptions.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClientConfiguration
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ClientConfiguration(initialConfig: MetalsServerConfig, initializeParams: Option[InitializeParams])

    initializeParams

    The initialize params sent from the client in the first request

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def bspStatusBarState(): StatusBarState
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. def codeLenseRefreshSupport(): Boolean
  8. def commandInHtmlFormat(): Option[CommandHTMLFormat]
  9. def disableColorOutput(): Boolean
  10. def doctorFormat(): DoctorFormat
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. def extract[T](primary: Option[T], secondary: Option[T], default: T): T
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  15. def globSyntax(): GlobSyntaxConfig
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  17. def icons(): Icons
  18. val initialConfig: MetalsServerConfig
  19. def isCompletionItemResolve(): Boolean
  20. def isCopyWorksheetOutputProvider(): Boolean
  21. def isDebuggingProvider(): Boolean
  22. def isDecorationProvider(): Boolean
  23. def isDidFocusProvider(): Boolean
  24. def isDoctorVisibilityProvider(): Boolean
  25. def isExecuteClientCommandProvider(): Boolean
  26. def isExitOnShutdown(): Boolean
  27. def isHttpEnabled(): Boolean
  28. def isInlineDecorationProvider(): Boolean
  29. def isInputBoxEnabled(): Boolean
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def isOpenFilesOnRenameProvider(): Boolean
  32. def isOpenNewWindowProvider(): Boolean
  33. def isQuickPickProvider(): Boolean
  34. def isRunProvider(): Boolean
  35. def isTestExplorerProvider(): Boolean
  36. def isTreeViewProvider(): Boolean
  37. def isVirtualDocumentSupported(): Boolean
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  41. def renameFileThreshold(): Int
  42. def semanticTokensRefreshSupport(): Boolean
  43. def slowTaskIsOn(): Boolean
  44. def statusBarState(): StatusBarState
  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped