Hi there, I set up your extension on macOS first and it was working.
Now I want to set up it on Windows and there are some paths issues:
ERROR: The file "/var/www/site/\web\app\themes\theme\functions.php" does not exist. Run "phpcs --help" for usage information SyntaxError: Unexpected token 'E', "ERROR: The"... is not valid JSON
site is a mounted volume to php-fpm-custom container at /var/www/site
Hi there, I set up your extension on macOS first and it was working. Now I want to set up it on Windows and there are some paths issues:
ERROR: The file "/var/www/site/\web\app\themes\theme\functions.php" does not exist. Run "phpcs --help" for usage information SyntaxError: Unexpected token 'E', "ERROR: The"... is not valid JSON
site is a mounted volume to php-fpm-custom container at /var/www/site
My config is
I use git bash as default vscode terminal
I also tried
"phpsab.docker.containerExec": "MSYS_NO_PATHCONV=1 docker"
As I need it to run docker from git bash with $(pwd) commands. But it didnt help.