Krzysztof Wolowski

Avatar
  • Total activity 45
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 4
  • Subscriptions 11
  • Edited

    Splitting the terminal removes all tabs on IDE restart

    1. Initial.2. After the split.3. On reopening the IDE. Upload id: 2026_01_12_DLhaJiZDGpfvLra9j5czLm (files: phpstorm-logs-20260112-0955424936912495027486350.zip, phpstorm-logs-20260112-095624109037...
    • 2 followers
    • 3 comments
    • 0 votes
  • Edited

    Buggy terminal in 2025.3

    It looks like the new terminal was released prematurely.It feels very buggy, let me just focus on one particular bug in this thread:The test project consists of a single `docker-compose.yml` file:s...
    • 3 followers
    • 3 comments
    • 0 votes
  • Edited

    File indexing slowing down UI

    I am aware that the ability to search for text inside files comes at a cost. I understand that files have to be indexed from time to time for this feature to work. I'm actually used to it, because ...
    • 3 followers
    • 9 comments
    • 0 votes
  • Edited

    Docker API error

    I'm getting the following error:com.github.dockerjava.api.exception.DockerException: Status 400: client version 1.24 is too old. Minimum supported API version is 1.44, please upgrade your client to...
    • 32 followers
    • 21 comments
    • 23 votes
  • Edited

    VCS History keyboard shortcut

    I used to use the H shortcut a lot. It was a very handy way of displaying the Git history for a file.I noticed that in the latest PhpStorm version (2024.2) this shortcut became more “greedy”. To th...
    • 2 followers
    • 7 comments
    • 0 votes
  • Edited

    Backspace and arrow keys lagging in 2024.1.1

    Hello,I can type with normal speed but when I try to remove text or traverse it using arrow keys there is a discernible lag.EDIT: Typing speed is also affected to some extent. And other operations ...
    • 4 followers
    • 17 comments
    • 1 vote
  • Created

    Custom live templates gone after 2022.3 update

    I can't find my custom live templates in Settings and neither can I execute them. I temporarily solved it in the following way: sudo snap remove phpstormsudo snap install phpstorm --channel=2022.2/...
    • 4 followers
    • 5 comments
    • 0 votes
  • Edited

    "Failed to parse validation script output" for remote Docker compose CLI interpreter

    I'm getting the following error in PhpStorm 2022.2.3: When I execute: docker compose exec app /usr/local/bin/php -v It shows PHP version correctly. And here's an excerpt from the logs: 2022-11-03 ...
    • 13 followers
    • 21 comments
    • 1 vote
  • Edited

    Docker Compose v2 issue

    I use Docker Compose V2. For all my docker-based projects I can succesfuly run in the terminal: docker compose up I also created an alias so that I can do the same using: docker-compose up I can't ...
    • 3 followers
    • 1 comment
    • 1 vote
  • Edited

    Terminal session tab names not persisting

    Say I give tabs the following names: This works fine until I close the project. On reopening it looks like this:Note that the active tab lost its name. And when I click the remaining tabs, they loo...
    • 2 followers
    • 3 comments
    • 0 votes