case class ClientConfiguration(initialConfig: MetalsServerConfig) extends Product with Serializable
This class provides a uniform way to know how the client is configured
using a combination of server properties, clientExperimentalCapabilities
and initializationOptions.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClientConfiguration
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ClientConfiguration(initialConfig: MetalsServerConfig)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- def codeLenseRefreshSupport(): Boolean
- def commandInHtmlFormat(): Option[CommandHTMLFormat]
- def disableColorOutput(): Boolean
- def doctorFormat(): DoctorFormat
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def extract[T](primary: Option[T], secondary: Option[T], default: T): T
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def globSyntax(): GlobSyntaxConfig
- def icons(): Icons
- val initialConfig: MetalsServerConfig
- def isCompletionItemResolve(): Boolean
- def isCopyWorksheetOutputProvider(): Boolean
- def isDebuggingProvider(): Boolean
- def isDecorationProvider(): Boolean
- def isDidFocusProvider(): Boolean
- def isDoctorVisibilityProvider(): Boolean
- def isExecuteClientCommandProvider(): Boolean
- def isExitOnShutdown(): Boolean
- def isHttpEnabled(): Boolean
- def isInlineDecorationProvider(): Boolean
- def isInputBoxEnabled(): Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isOpenFilesOnRenameProvider(): Boolean
- def isOpenNewWindowProvider(): Boolean
- def isQuickPickProvider(): Boolean
- def isTestExplorerProvider(): Boolean
- def isTreeViewProvider(): Boolean
- def isVirtualDocumentSupported(): Boolean
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def renameFileThreshold(): Int
- def slowTaskIsOn(): Boolean
- def statusBarState(): StatusBarState
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def update(params: InitializeParams): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated