Mordef
Mordef
Have try with version 2.5.1 to get the log. I try to Export Extension and got: command 'codeSync.exportExtensions' not found Logfile said: " 2017-11-17T07:08:12.645Z - Importing settings 2017-11-17T07:08:12.645Z - Failed...
#60 #55 "useFastGlob": true, same. up to 20 seconds
"fastCheckOnSave": true, looks fine
Thank you, in v10.0.2 it works with absolute path. Maybe you can do `~` working? Also, the indexing take now a very long time
We use two configs: ```php return PhpCsFixer\Config::create() ->setRiskyAllowed(true) ->setRules([ '@PSR2' => true, '@DoctrineAnnotation' => true, 'no_leading_import_slash' => true, 'no_trailing_comma_in_singleline_array' => true, 'no_singleline_whitespace_before_semicolons' => true, 'no_unused_imports' => true, 'concat_space' => ['spacing'...
Allready posted this on old marketplace side. U can use this https://marketplace.visualstudio.com/items?itemName=junstyle.php-cs-fixer It supports PSR-2. I hope soon PHP-Tools can replace that extension. Warnings allready disabled in PHP-Tools