Skip to content

Commit

Permalink
Rider 2024.1 fix (#259)
Browse files Browse the repository at this point in the history
* Removed problematic extension (unused)

* Changelog entry
  • Loading branch information
Razz4780 authored Apr 17, 2024
1 parent a85b6ef commit 1e6eced
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 42 deletions.
1 change: 1 addition & 0 deletions changelog.d/258.fixed.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixed compatibility with Rider 2024.1

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ class RiderPatchCommandLineExtension : PatchCommandLineExtension {
return resolvedPromise(workerRunInfo)
}

/**
* This method is the one that overrides in newer Rider versions.
*/
@Suppress("unused", "unused_parameter")
fun patchDebugCommandLine(
lifetime: Lifetime,
workerRunInfo: WorkerRunInfo,
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/META-INF/mirrord-rider.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<idea-plugin>
<extensions defaultExtensionNs="com.intellij">
<rider.patchCommandLine implementation="com.metalbear.mirrord.products.rider.RiderPatchCommandLineExtension" />
<rider.configurationLaunchSettingsExtension implementation="com.metalbear.mirrord.products.rider.RiderLaunchSettingsExtension" />
</extensions>
</idea-plugin>

0 comments on commit 1e6eced

Please sign in to comment.