HEX
Server: Apache/2.4.66 (Debian)
System: Linux 6dfabc3b2241 6.8.0-71-generic #71-Ubuntu SMP PREEMPT_DYNAMIC Tue Jul 22 16:52:38 UTC 2025 x86_64
User: (1000)
PHP: 8.3.30
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins/wpgraphql-acf/vscode.md
# VSCode Setup

```
composer install
yarn lint # to test from CLI
```

Required Extensions for IDE linting and fixing:

-   [phpcbf](https://marketplace.visualstudio.com/items?itemName=persoderlind.vscode-phpcbf)
-   [phpcs](https://marketplace.visualstudio.com/items?itemName=ikappas.phpcs)

Please note, `phpcbf` currently has open PRs to fix known issues that prevent it from working.