pub(super) async fn provide_code_actions_impl(
application_handle: AppHandle<Wry>,
uri: String,
position: Value,
context: Value,
) -> Result<Value, String>Expand description
Implementation of code actions command - called by the command wrapper in the parent module.