Feature/ide links full path#1224
Merged
barryvdh merged 2 commits intofruitcake:masterfrom Nov 4, 2021
Merged
Conversation
barryvdh
reviewed
Nov 11, 2021
Member
|
The tests didn't run properly, skipped them with #1256 for now. I think it relies on the specific format being available, so maybe set that in the setUp()? |
andrewminion-luminfire
pushed a commit
to macbookandrew/laravel-debugbar
that referenced
this pull request
Nov 12, 2021
Merged
barryvdh
pushed a commit
that referenced
this pull request
Feb 11, 2024
* set xdebug ini See #1224 (comment) * remove check for xdebug support * use ini_set for phpunit 8.5.x * Revert "remove check for xdebug support" This reverts commit e25e46e.
DevsMasterKing
added a commit
to DevsMasterKing/laravel-bugbar
that referenced
this pull request
Apr 8, 2025
* set xdebug ini See fruitcake/laravel-debugbar#1224 (comment) * remove check for xdebug support * use ini_set for phpunit 8.5.x * Revert "remove check for xdebug support" This reverts commit e25e46eec620132be32e0599597e4d36653f40b4.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thanks for an awesome dev helper utility! This is a minor suggestion to improve DX for the Views panel.
Problem: the “link” icon to an IDE (VS Code specifically) contains a relative path to the project root, but VS Code tells me that a file does not exist. It seems to expect an absolute path on the filesystem.
Solution: provide an absolute path to the file instead of a relative path.