JetBrains / resharper-fsharp

F# support in JetBrains Rider
Apache License 2.0
328 stars 53 forks source link

Fix RIDER-96095: decouple the plugin from IntelliLang #612

Closed ForNeVeR closed 2 months ago

ForNeVeR commented 2 months ago

The plugin no longer has a strong dependency on IntelliLang. All the injection-dependent stuff has been moved to an optional v2 module.

auduchinok commented 2 months ago

@ForNeVeR Thanks!