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 isDecorationProvider(): Boolean
  25. def isDidFocusProvider(): Boolean
  26. def isDoctorVisibilityProvider(): Boolean
  27. def isExecuteClientCommandProvider(): Boolean
  28. def isExitOnShutdown(): Boolean
  29. def isHttpEnabled(): Boolean
  30. def isInlayHintsEnabled(): Boolean
  31. def isInlineDecorationProvider(): Boolean
  32. def isInputBoxEnabled(): Boolean
  33. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  34. def isOpenFilesOnRenameProvider(): Boolean
  35. def isOpenNewWindowProvider(): Boolean
  36. def isQuickPickProvider(): Boolean
  37. def isRunProvider(): Boolean
  38. def isTestExplorerProvider(): Boolean
  39. def isTreeViewProvider(): Boolean
  40. def isVirtualDocumentSupported(): Boolean
  41. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  43. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  44. def renameFileThreshold(): Int
  45. def semanticTokensRefreshSupport(): Boolean
  46. def statusBarState(): StatusBarState
  47. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  48. def toString(): String
    Definition Classes
    AnyRef → Any
  49. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  50. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  51. 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