-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[VarDumper] Disable links for IntelliJ platform #49274
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
Conversation
Can we use something like this?
|
@alexislefebvre Thanks, added. This allowed me to find another problem that I corrected. |
Isn't the |
@stof nope. Perhaps this variable is available only on the Linux, because on Windows it is not available. I don't have x11 on my system at the moment to test this behavior from under wsl. |
8749d63
to
3670b93
Compare
3670b93
to
f995db4
Compare
Thank you @SerafimArts. |
@SerafimArts Sorry if that's off topic, but are you using a custom icon theme for PHPStorm ? If so, would you mind sharing it ? I really like the look and feel shown in your screenshots. |
@MrMitch this is default PHPStorm icons with "One Dark Vivid" theme. |
@SerafimArts thank you ! |
IntelliJ IDEA / PHP Storm does not support hrefs (TBD: Perhaps only on Windows OS?)
This fix detects that the console was launched from an IDEA environment by
IDEA_INITIAL_DIRECTORY
env variable and disables href rendering.Unit tests are missing, because it cannot be tested in simple ways.UPD: Added tests by analogy with the proposal in #49274 (comment)
Before
After