package codelenses
Type Members
- trait CodeLens extends AnyRef
- final class RunTestCodeLens extends CodeLens
Class to generate the Run and Test code lenses to trigger debugging.
Class to generate the Run and Test code lenses to trigger debugging.
NOTE: (ckipp01) the isBloopOrSbt param is really only checking to see if the build server connection is bloop or sbt, which support debugging. Despite the fact, that canDebug capability is already a part of the BSP spec, bloop and sbt doesn't support this option, so we have to add additional if in order to generate lenses for them.
- final class SuperMethodCodeLens extends CodeLens
- class WorksheetCodeLens extends CodeLens