-
-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Windows Jump to Line #8
Comments
Right, I'll investigate this soon! |
I'm thinking this is fixed in one of the latest released. For Docker based projects, it might be helpful to set up a See: https://spatie.be/docs/ray/v1/getting-started/configuring-ray |
I'm having this issue too (on Mac Osx).
I'm running: If I change |
Thanks again for that PR @groot406 @veryard I've just released a new version with that fix (https://github.com/spatie/ray/releases/tag/1.3.5) Could you update to that version, and confirm that it is fixed for you? If it is, please close this issue. |
Hey @freekmurze, Looks like it's working perfectly now! Thanks :D |
Hello,
Just downloaded the tool to have a play around with it, I added the following line to a controller class:
ray('hello world!', ['an array'], app());
And it successfully logs to Ray which is great, but it says the line is the actual helpers file for ray, I did update the preferences so it's using VSCode, it should of taken me to my controller class right?
Great job on the tool, am looking forward to using it more often!
Thanks.
The text was updated successfully, but these errors were encountered: