webksde / ddev-vscode-devcontainer-drupal-template

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

Phpcs tries to lint PHP classes used in the current document and crashes if there are too many linting problems #73

Closed joshsedl closed 2 years ago

joshsedl commented 2 years ago

Happens if classes outside of Drupal are getting used.

joshsedl commented 2 years ago

The problem does not seem to be present anymore, since Drupal Coder sets up the phpcs installed_paths configuration automatically on composer install and we are using phpsab extension in VSCode