vscode-php-cs-fixer
vscode-php-cs-fixer copied to clipboard
Allow extension to read local config file for all remote hosts
I'm using the official Remote-SSH extension for remote development. I have many development machines and need to install Fixer on all of them That's not too hard but it also means I have to specify a config file for each of them. If I change a setting or create a new remote server I need to edit/upload the config file that the other remotes use to remain consistent.
What would make sense is to be able to have all Fixer installs use one config on the local installation.
Another way to solve the problem could be to specify Fixer as a UI extension which would make the local install work on all remotes. The VS Code docs say that an extension can be configured that way by the author.