junstyle / vscode-php-cs-fixer

PHP CS Fixer extension for VS Code

Home Page:https://marketplace.visualstudio.com/items?itemName=junstyle.php-cs-fixer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lastDownload setting is incompatible with settings sync

noiob opened this issue · comments

commented

VS Code's settings sync is complaining that the php-cs-fixer.lastDownload between machines, which is natural. Maybe the timestamp and the auto-download setting should be stored separately and the timestamp in localStorage or somewhere else that doesn't get synced

you can unsync the setting,

  "settingsSync.ignoredSettings": ["php-cs-fixer.lastDownload"]