SpecFlowOSS / SpecFlow.Rider

SpecFlow support for both ReSharper and Rider
MIT License
30 stars 18 forks source link

Can't get extensions to run locally #206

Closed FlurinBruehwiler closed 10 months ago

FlurinBruehwiler commented 10 months ago

I'm trying to run the extension locally, so that I can make some changes and try them out. When I start the Rider with 'gradlew :runIde' or the Run Configuration 'Rider (Windows)' the Extension doesn't work properly. The feature files don't have syntax highlighting for example. There is also no proper syntax highlighting in C# (apart from keywords), although interestingly enough it works in the first few seconds but then just goes away. When I just install the extension from the marketplace, it works without any issues.

So my question is, what am I doing wrong? Do I need to setup something first for it to work?

Socolin commented 10 months ago

Hello,

The PR I merge forgot to update a thing and there is breaking change I need to update. It should be fixed soon but seems a thing broke in the parser so it might take a while to fix

Create a branch and work from the commit 281f68fc4a1079808181610ea54f7a6bb5595097 for now. (git branch my_feature 281f68fc4a1079808181610ea54f7a6bb5595097)

Socolin commented 10 months ago

Ok finally it was simple, should works now on master too (Except the spellcheck)

FlurinBruehwiler commented 10 months ago

Thanks, works perfectly now :)