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

Inherited from AnyRef

Inherited from Any

Ungrouped