mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 02:55:23 +02:00
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.