webksde / ddev-vscode-devcontainer-drupal-template

Drupal DDEV based development container with attached Visual Studio Code
23 stars 3 forks source link

PHPCS linting in VSCode is buggy (not via cli) #98

Closed joshsedl closed 2 years ago

joshsedl commented 2 years ago

It seems, that the phpcs devcontainer settings are getting randomly overwritten with local settings, and the other way around.

Current workaround: Disabled phpcs in vscode, use cli tool instead

joshsedl commented 2 years ago

Fixed. Problem was, that phpsab and phpcs was enabled with different settings.