sbt/protocol/src/main/contraband
Chris Kipp 4a6832f281 fix: ensure sbt server says it's a debugProvider
I believe this was just an oversight that it's not marked as true since
sbt can handle `debugSession/start`. This change just ensures that
during the initialization process sbt says it's a `debugProvider` for
the same languages as `runProvider` and `testProvider`. It also
correctly marks the build targets as `canDebug`, unless they are sbt
targets.
2022-12-29 17:08:22 +01:00
..
bsp.contra fix: ensure sbt server says it's a debugProvider 2022-12-29 17:08:22 +01:00
jsonrpc.contra id is mandatory in json rpc responses 2020-05-11 16:51:34 +02:00
lsp.contra [sbt-server] LSP completions support 2018-10-11 13:34:40 +01:00
portfile.contra Add option to skip collectAnalysis on network init 2020-06-24 19:19:06 -07:00
server.contra Fix switching between raw and canonical input 2020-09-21 13:42:03 -07:00
treeView.contra Migrates Treeview.scala to use Contraband 2021-11-12 16:52:12 +00:00