Patrick Stillhart

Results 9 comments of Patrick Stillhart

+1, this is still needed.

This appears to be solved in version 8.4.4

Can you please provide the code you used to create this issue?

I've noticed the problem and am trying to find a solution for it. Unforgenetly I haven't had any success yet.

That is where I started and actually have almost found a solution for the `getCurrentSelection()` method. There is only one case left where my concept fails. Unforgenetly further improvements will...

I'm still working on the replacement, this is my current approach, it has one mistake left, that the start/end locations sometimes are wrong. ```javascript function getCurrentSelection() { var sel =...

I'd also really appreciate this, as it would allow for hot-reloading to continue to work even if errors have been typed. This could also just be a configuration flag `failOnError`or...

Are you missing the `uses: actions/checkout@v4` step in front of it? This would result in you not having the package.json. jobs: build: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4...