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
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClientConfiguration
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ClientConfiguration(initialConfig: MetalsServerConfig, initializeParams: Option[InitializeParams])
- initializeParams
The initialize params sent from the client in the first request
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 bspStatusBarState(): StatusBarState
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def codeLenseRefreshSupport(): Boolean
- def commandInHtmlFormat(): Option[CommandHTMLFormat]
- def disableColorOutput(): Boolean
- def doctorFormat(): DoctorFormat
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def extract[T](primary: Option[T], secondary: Option[T], default: T): T
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def globSyntax(): GlobSyntaxConfig
- def hasWorkDoneProgressCapability(): Boolean
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hoverContentType(): ContentType
- 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 isInlayHintsEnabled(): 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 isRunProvider(): 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
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def renameFileThreshold(): Int
- def semanticTokensRefreshSupport(): Boolean
- def statusBarState(): StatusBarState
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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
(Since version 9)