Config

besom.internal.Config$
See theConfig companion class
object Config

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Config.type

Members list

Value members

Concrete methods

CleanKey takes a configuration key, and if it is of the form "(string):config:(string)" removes the ":config:" portion. Previously, our keys always had the string ":config:" in them, and we'd like to remove it. However, the language host needs to continue to set it so we can be compatible with older versions of our packages. Once we stop supporting older packages, we can change the language host to not add this :config: thing and remove this function.

CleanKey takes a configuration key, and if it is of the form "(string):config:(string)" removes the ":config:" portion. Previously, our keys always had the string ":config:" in them, and we'd like to remove it. However, the language host needs to continue to set it so we can be compatible with older versions of our packages. Once we stop supporting older packages, we can change the language host to not add this :config: thing and remove this function.

Attributes