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 hasWorkDoneProgressCapability(): Boolean
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  18. def hoverContentType(): ContentType
  19. def icons(): Icons
  20. val initialConfig: MetalsServerConfig
  21. def isCompletionItemResolve(): Boolean
  22. def isCopyWorksheetOutputProvider(): Boolean
  23. def isDebuggingProvider(): Boolean
  24. def isDidFocusProvider(): Boolean
  25. def isDoctorVisibilityProvider(): Boolean
  26. def isExecuteClientCommandProvider(): Boolean
  27. def isExitOnShutdown(): Boolean
  28. def isHttpEnabled(): Boolean
  29. def isInlayHintsEnabled(): Boolean
  30. def isInlayHintsRefreshEnabled(): Boolean
  31. def isInputBoxEnabled(): Boolean
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. def isOpenFilesOnRenameProvider(): Boolean
  34. def isOpenNewWindowProvider(): Boolean
  35. def isQuickPickProvider(): Boolean
  36. def isRunProvider(): Boolean
  37. def isTestExplorerProvider(): Boolean
  38. def isTreeViewProvider(): Boolean
  39. def isVirtualDocumentSupported(): Boolean
  40. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  41. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  42. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  43. def renameFileThreshold(): Int
  44. def semanticTokensRefreshSupport(): Boolean
  45. def statusBarState(): StatusBarState
  46. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  47. def toString(): String
    Definition Classes
    AnyRef → Any
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  50. 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