Apparently, JetBrains have been supporting DAP for a while now. I see that platform.dap.debugAdapterSupportProvider
/DebugAdapterSupportProvider
is marked with ApiStatus.Experimental
but not ApiStatus.Internal
. Regardless, it has no public documentation yet and an employee recommended not using it (though that was 7 months ago).
I’m willing to accept that the API may be changed at any time; will my plugin be accepted if it uses the extension point?