We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Folks developing on Windows have run into some issues that we should try to fix or at least document. Known issues:
run.sh
docker run
autocrlf
lint:php
phpcs
twigcs
The text was updated successfully, but these errors were encountered:
dustin-jw
Successfully merging a pull request may close this issue.
Folks developing on Windows have run into some issues that we should try to fix or at least document. Known issues:
run.sh
)docker run
command need to be escaped to avoid absolute path errorsautocrlf
setting causes line endings that make thelint:php
script fail (should disable the "Generic.Files.LineEndings.InvalidEOLChar" rule)phpcs
andtwigcs
VS Code extensions useless (can possibly work around with the Dev Containers extension)The text was updated successfully, but these errors were encountered: