breeze2 / vscode-phpstan

Visual Studio Code extension working with phpstan
MIT License
22 stars 8 forks source link

No settings in VS Code for phpstan.* settings #27

Open palansher opened 3 years ago

palansher commented 3 years ago

Thank you for your work!

your quote:

This extension contributes the following settings:

phpstan.level: rule levels 0-7, default max phpstan.noProgress: no progress output, default true phpstan.memoryLimit: memory limit, default 512M phpstan.configuration: path of configuration phpstan.autoloadFile: path of autoload file

But in VS code there are no settings/properties for your Extention (@ext:breezelin.phpstan). What did you mean? How to set these properties?

thanks!

palansher commented 3 years ago

Sorry: these setting suddenly appear in VS Code :) after some install/reinstall. No questions about it.

But little more your attention please:

phpstan.configuration: path of configuration phpstan.autoloadFile: path of autoload file

Can you describe the meaning of them? "configuration" and "autoload".

Also

parameters:
    level: 5

in my phpstan.neon file in project root does not affect the the level in VS code, but affect cli version of phpstan well.