Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

phpstorm wsl scanning files to index very solw

Quick work-around:
Extract the PHAR and rename the files. This way your application still works, and phpstorm doesn't choke on the PHAR.

php -r '$phar = new Phar("vendor/phpstan/phpstan/phpstan.phar"); $phar->extractTo("vendor/phpstan/phpstan/phpstan.tmp");'
rm vendor/phpstan/phpstan/{phpstan,phpstan.phar}
mv vendor/phpstan/phpstan/{phpstan.tmp,phpstan}

// See original answer in https://youtrack.jetbrains.com/issue/WI-57899#focus=Comments-27-4656373.0-0
Comment

PREVIOUS NEXT
Code Example
Shell :: install --jet with or without composer 
Shell :: script inside script bash 
Shell :: concatenation in shell script 
Shell :: docker run from docker hub 
Shell :: exiting nano 
Shell :: uniq command in linux 
Shell :: head linux 
Shell :: npm global install without sudo 
Shell :: search in github repo 
Shell :: install dlib on windows 
Shell :: yum update 
Shell :: remove ADS 
Shell :: install jenkins ubuntu 
Shell :: shortcut for finder in mac 
Shell :: dlib installation 
Shell :: powershell vs bash 
Shell :: instal rust lang on linux 
Shell :: git push ubuntu need to supply email and password everytime 
Shell :: installing docker compose on ec2 
Shell :: ????l2tp ubuntu terminal 
Shell :: scripting sobre ficheros 
Shell :: ned red installation guide ubuntu 
Shell :: calculate darkness value of an image 
Php :: php console log var_dump 
Php :: php remove last char from string 
Php :: php header utf8 json 
Php :: wordpress max memory limit 
Php :: print query statement in laravel 
Php :: automatic years php 
Php :: laravel 6 link storage with public 
ADD CONTENT
Topic
Content
Source link
Name
5+3 =