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
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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( ... ) @native()
- 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
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- 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 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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- 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(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()