Skip to content

Commit

Permalink
v1.0.0-2023.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ellizio committed Apr 5, 2024
1 parent 5a817fa commit ece3faa
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ class OpenCliDialogAction : AnAction() {
if (!success)
return

// launchOnUi is available since 233.11799.241
// RD-2023.3 has build number 233.11799.261
@Suppress("MissingRecentApi")
project.lifetime.launchOnUi {
project.solution.protocolModel.addEmbeddedResource.startSuspending(project.lifetime, EmbeddedResourceDefinition(metadata.projectName, model.getCsdlPath()))
}
Expand Down

0 comments on commit ece3faa

Please sign in to comment.