-
Notifications
You must be signed in to change notification settings - Fork 8
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
Cannot get v1.1.7 to work on Windows #5
Comments
Hmm weird that it's going for that temporary director. Can you do a few things for me?
|
|
Ah I completely misunderstood the issue. I thought something was going wrong with the extension creating a temporary file but it was actually just you using it on a workspace located at |
Will check and get back to you next week. |
Now it does not error out, but does not show problems either. |
When you open the |
There is nothing after |
Just checking but can you run the PHPStan binary with the args that are posted in the logs? Does PHPStan output any errors then? |
Test file: <?php
function test($param)
{
if (!$result)
return 'ERROR';
return 'OK';
}
?> phpstan-vscode:
Running PHPStan binary from cmd:
|
Thanks for the info! Looks like the |
Does not matter:
|
Hmm I'm getting no issues when trying out that configuration (as far as I can replicate it). Can you send me these things:
|
As requested:
|
I tried your exact setup but it worked fine for me so I'm really not sure what's going on here. Can you try installing this version of the extension and showing me the new logs? It's got some more logging in it. Simply rename it from |
Yes, this version helped identifying the issue:
So there is an issue when |
Ah classic error. Will fix it in a bit |
This is the phpstan-vscode output:
Running PHPStan manually from the command line works fine.
The text was updated successfully, but these errors were encountered: